"The requested operation failed" - web service consumer

I tried to create a LotusScript web service from a local WSDL file. When I created it, there were errors “Name tool long” – some classes’ names were very long. I shorted long classes’ names (replaced long names with shorter) and changing variables declarations – replaced old, long types’ names with new, short classes’ names. When I tried to save the web service consumer I got the error “The requested operation failed”.

Have anyone any ideas how it could be solved?

Thanks.

Subject: Use the Java libs

LotusScript has a variable length limitation. So modifying the code to smaller variables may work, but can be a nightmare to maintain/debug.

Java doesn’t have this limitation. However you can only use Java agents to call the script library. LS2J does not work with the web services.