Hi Everybody, Axis homepage mentions the following:
>For Axis 1.2, we are focusing on our document/literal support to better >address the WS-I Basic Profile 1.0 and JAX-RPC 1.1 specifications. I was looking into the JAX-RPC 1.1 specification and it mentions the following: >A service client uses the javax.xml.rpc.session.maintain property (set >using the Stub or Call interfaces) to indicate whether or not it wants to >participate in a session with a service endpoint. And I have learned from messages in this mailing list and other articles that in Axis sessions could be handled by using the MessageContext (on server side) and Service.setMaintainSession() on client side. Does setMaintainSession() use the JAX_RPC mechanism behind the scenes ? Does (or would) Axis 1.2 support the mechanism defined in JAX-RPC specification. Thanks Vikas