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.
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?
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.