Hello,I have already consumed Web Services with Notes8. But so far all of them were importet into Lotusscript libraries.
Now I have a problem with a Webservice that has very long operation names. In Lotusscript the names are limited to 40 characters, so I am getting a lot of erros due to similar class names and so on.
I tried to rename the classes in the library, so that the names are unique and shorter than 40 chars. Unfortunatelly when trying to save, it generates an error message withouth further information.
Importing the same WSDL file into a java scriptlibrary is working, but I never used Java in this area before, so could anyone point out a good reference or even a tutorial about consuming a webservice with Java in Notes8?