Acessing Web Service Problem

2006-02-23 Thread anshuk pal chaudhuri
Hi, I am trying to call a simple RPC web service using the client stubs. But I am getting an error which I am not able to resolve.The error is : AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: org.xml.sax.SAXParseException: White

Re: Acessing Web Service Problem

2006-02-23 Thread Dies Koper
Hello Anshuk, The clue is written in the faultString. The question is why it talks about the public identifier and the system identifier, because I guess your SOAP message does not contain any DTD declarations. To make sure, use Axis' tcpmon tool to capture the response message. What does it