Does anyone know how to turn off cookies on the apache soap client so that I can use URL Rewriting.
Basically our application is deployed in clustered environment and I am trying to test soap services with URL Rewriting enabled. I have my soap client in swing that uses Apache SOAP. Right now I am using session management by calling call.setMaintainSession(true).
 
Praveen

Reply via email to