AxisFault Message in Message context

2004-09-10 Thread Manivannan_Gopalan
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

Message Context

2003-10-14 Thread Subbiah
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

Message Context - Deserializers and Serializers

2002-12-03 Thread Brian Dillon (ext. 944)
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