Hello,this is a question to the people who are working on the integration of SAP Enterprise Webservices into Notes 8.
How do you handle the authorization part? In the SAP services that have basic authentication there is some part with in the WSDL which has information about the authorization, but it will generate errors when importing the wsdl into notes. So when you delete that part from the WSDL you can import it.
But is this the right way to do it?
I could not call a SAP webservice yet, since the SAP naming conventions are resulting in very long names and importing into a Lotusscript library is giving me errors since it cannot handle names longer than 40 chars.
Importing in java is working, but I have no experience with java in this field and havent found a tutorial about how to handle webservice consumption with java yet.
So do you have any suggestions as to how to approach the security aspect of using SAP services? Are you using system users and is there a single sign on method?
If you have any suggestions as to how to approach the topic please let me know.