Stateless webservice session using JSESSIONID
Hi everyone,
Upon adding additional tasks to our CRM-OD integration web services and having studied the Oracle Web Services On Demand Guide, I've come to believe that our web services implementation does not take advantage of the SOAP header parameter <SessionKeepAlive> and sending the JSESSIONID with subsequent calls. I did not create our web services but have inherited them. My understanding is that best practices suggest providing username and password on the initial web service call and then send the JSESSIONID on subsequent calls; allthewhile, using the SessionKeepAlive attribute.
I'm having difficulty trying to find any good examples for implementing this technique. Our services have been build with java using Apache Axis. I think I've got the SessionKeepAlive attribute set with the following code: