Hi All,
 I am using a Apache soap client. After sending the message, at the soap server,  i am fetching some data and using the method SOAPContext.setProperty(String,Object) for the response. I am trying to extract the same Object (At Client )from the SOAP Context by using the method SOAPTransport.getResponseSOAPContext() and then from the SOAPContext, i am calling getProperty(String). I am getting null. What's the problem? Am i missing something?
I am sending the message by HTTP.
 
 
thanks & regards
Nagaraja Rao

Reply via email to