Title: Message
Your error comes from the client side because the server got some error that prevented it from sending an XML message.
You need to look at the actual message from the server to figure out what went wrong. The TcpTunnelGui provided with Apache SOAP will work or you can download my UtilSnoop program from here:
 
-----Original Message-----
From: Vinod Soni [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 8:37 AM
To: [EMAIL PROTECTED]
Subject: Gettting Parsing Error

Hello,
 
I am getting the following exception when trying to call a server SOAP component with my client. Can anyone help me with this ?
 
[SOAPException: faultCode=SOAP-ENV:Client; msg=Parsing error, response was:
The root element is required in a well-formed document.; targetException=org.xml.sax.SAXParseException: The root element is required in a well-formed document.]
 at org.apache.soap.rpc.Call.invoke(Call.java:250)
 at com.vizzavi.soap.TestSoapClient.main(TestSoapClient.java:66)
 
Cheers,
Vinod.

Reply via email to