You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Abhijat Thakur <at...@bdnacorp.com> on 2003/09/30 23:56:11 UTC

Errors on binding to services

I publish my services and when my java script SOAP client binds to the published SOAP services i get these errors. This is the reply from Axis. Any ideas what these errors are about?

error: No such operation 'string'(soapenv:Server.generalException)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.generalException</faultcode> <faultstring>No such operation 'string'</faultstring> <detail/> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>


error: java.lang.Exception: Body not found.(soapenv:Server.userException)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>java.lang.Exception: Body not found.</faultstring> <detail/> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>


thanks

abhijat