users@jax-rpc.java.net

RE: Sun JAX-RPC client against Axis JAX-RPC web service - problem with HttpSession

From: Kevin Jones <kevinj_at_develop.com>
Date: Thu, 23 Jun 2005 09:50:37 +0100

Hey Merten,

Have you looked at the HTTP traffic being sent between client and server?
What do the SOAP headers look like? What do the [Set-]Cookie headers look
like?

Kevin Jones
http://kevinj.develop.com/weblog

> -----Original Message-----
> From: Merten Schumann [mailto:Merten.Schumann_at_asg.com]
> Sent: 23 June 2005 09:43
> To: users_at_jax-rpc.dev.java.net
> Subject: Re: Sun JAX-RPC client against Axis JAX-RPC web service - problem
> with HttpSession
>
> Hello,
>
> now I deployed my service to both Tomcat/Axis and Sun AS. Well, an Axis
> client works fine against both services, when I add
> org.apache.axis.client.Service.setMaintainSession(true). But, still, my
> Sun JAX-RPC client does not seem to properly maintain the session, it's
> not working correctly against Axis and not even against Sun AS. So, the
> problem seems to be in JAX-RPC client side?? In the client, is there
> more to do then
>
> ((javax.xml.rpc.Stub)proxy).setProperty(javax.xml.rpc.Stub.SESSION_MAINT
> AIN_PROPERTY, Boolean.TRUE);
> ?? Hm, strange in a way. :-)
>
> cu
> Merten
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net