Web Services Java

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?

Subject: Your Lotus Script Problem is a system limitation

And I sure hope you cry out very loud about this - I posted a wish in the Lotus Business Partner forum for the same thing (and same usecase), too.

Going Java, and having it done just once, the WSDL was importing fine, but the Java sample code given to me had to be modified - bascially because the Objects generated by the WSDL have been based on lotus.domin classes, and therefore I needed the same changes in the sample Java, and it worked.