PHP と SOAP に関する多くの質問があります。しかし、私は自分の状況について答えが見つかりません。
そう。これには PHP SoapClient と WSDL を使用します。オブジェクトはこれを送信します:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.site.com"><SOAP-ENV:Body>
しかし、私はこれが必要です:
<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>
質問。標準の PHP クラス SoapClient でこれを行うにはどうすればよいですか?
ありがとうございました。