http://recpushdata.cyndigo.com/jobs.asmxでホストされている webService があります。XMLHttpRequest と SOAP を使用して、この Web サービスを呼び出したいと思います。私がこれをやりたい理由は、Web サービスに完全にアクセスしているクライアント アプリケーションをホストしているが、クライアントが同じ Web サービスにアクセスしようとすると、次のようなエラーが発生することです:-
<?xml version="1.0" encoding="utf-8" ?>
- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <soap:Body>
- <soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Server was unable to process request. ---> Object reference not set to an instance of an object.</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
残念ながら、私が理解できないのはどれですか?