does the demarshalling of the SOAP
message.
The above approach works fine when the web service sends back the proper
response SOAP message. But if some error occurs it throws back an AXIS
fault which comes as SOAP fault message. When I place this SOAP Fault
message to the Message context, the AXIS
Hi,
In servlets if I use request.getSession() I get the session back, if there
is no current session, it returns a new session.
Instead, if I use request.getSession(false) , if the request has no valid
HttpSession, this method returns null
How does it work in Axis.
Is the same for the session
Hi,
I have written a custom serializer and deserializer. However, I need to be
able to access an object which will live for the period of a request on the
server side and a similar (but not the same) object on the client side. I
was intending to use the SerializationContext/DeserializationContext