WSDL import to LotusScript: The requested operation failed

Hello

I’m trying to import a wsdl into a LotusScript library which results in “The requested operation failed”. Unfortunately no further information about this failure is issued.

According to the following thread we already shortened all variable and other namens to less than 40 characters.

http://www-10.lotus.com/ldd/nd8forum.nsf/5f27803bba85d8e285256bf10054620d/8bc85d2de7beb0c5852573fc004eb6b0?OpenDocument

The error occurs anyway.

The wsdl could be imported into a Java library without any problems. But we need LotusScript.

Intersting side effect: Even when I remove all lines of code after the import into a LotusScript library it can’t be saved. The same error occurs. Is there anything saved in backgound when performing the ‘WSDL Import’ function in Domino Designer?

Any ideas?

Thanks in advance

Bodo

Subject: Can you post the WSDL document here?

If you’re still experiencing the failure, we’d like to try to reproduce the problem. Can you post the WSDL document here?

–John Grosjean, IBM

Subject: Solution: ‘FaultCode’ reserved

Hi John

I just found out that it had to do with a class called FaultCode provided by the WSDL. This class name obviously already was used in the library lsxsd.lss.

The developer of the web service provider changed it to FlawCode and I was able to successfully import it.

Thanks anyway for your help.

Bodo