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.