There is no need to disable cookie handling to use URL rewriting, 
although if you want to disable cookie handling, just do 
call.setMaintainSession(false).

Of course, to use rewriting, you will need to code something in your 
code to communicate the rewritten URLs to the client, then have the 
client use those URLs.

On 7 Jul 2003 at 14:59, Praveen Peddi wrote:

> 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


Scott Nichol

Do not reply directly to this e-mail address,
as it is filtered to only receive e-mail from
specific mailing lists.


Reply via email to