Hi All,
 I am using Apache Soap Client. After sending the message , at the Soap server, i am fetching some data and then using the SOAPContext.setProperty(String, Object) to return the Object to the client in response. At the client side, from the SOAPTransport, i got the SOAPContext and then i tried to get the Object by using SOAPContext.getProperty(String). I am getting null. What is my mistake here?
 
thanks & regards
Nagaraja Rao

Reply via email to