那里有很多关于 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 做到这一点?
谢谢你。