You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Malathi Rao <Ma...@Syntelinc.com> on 2001/03/17 07:24:45 UTC

Apache SOAP messaging example problem

Hi,
while working with messaging sample provided with apache-soap we found that
for following statements of SendMessage.java
 
XMLParserLiaison xpl = new XercesParserLiaison ();
Document doc = xpl.read ("- SOAP HTTP Envelope -", fr);

we are getting doc as

[#document: null]

This is resulting into sending wrong envelope to POProcessor service
deployed. we have given full path for xml file that is being read.
Can any one help us.

Our AddressBook example is working.

Thanks

Malathi & Atul.