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
