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