Hi, I had some problem. Open in browseer source code your webservice, check NAMESPACE : "targetNamespace", check SOAP_ACTION: NAMESPACE + "operation name", check URL: "soapbind:address location". I'm used
URL="//x.x.x.x/1C/ws/ClientWS.1cws?wsdl" and got error, but when change URL="//x.x.x.x/1C/ws/ClientWS.1cws" problem was solved.
|