users@jax-rpc.java.net

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

From: Merten Schumann <Merten.Schumann_at_asg.com>
Date: Thu, 23 Jun 2005 10:42:37 +0200

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