You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Sanjay Pandey <sa...@paperfly.com> on 2001/04/12 00:13:54 UTC

Help Needed

Hi All

I have implemented a web service using soap using Tomcat
jakarta,soap.jar and xerces.jar.
Java client is calling those services properly, but when VB client calls
my methods i am getting the folling errors.

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
 <SOAP-ENV:Body>
 	<SOAP-ENV:Fault>
	 <faultcode>SOAP-ENV:Server</faultcode> 
	 <faultstring>PaperSoap.execute([none]) not found.</faultstring>
	 <faultactor>/soap/servlet/rpcrouter</faultactor>
	</SOAP-ENV:Fault>
 </SOAP-ENV:Body> 
</SOAP-ENV:Envelope>


where PaperSoap is the main java class which expects input from the
client and execute is the method.
Signature of the method is 	public byte[] execute(String InputXML)


Can anybody help me.
Thanks in advance.

Sanjay

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org