且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

SoapClient:如何传递多个具有相同名称的元素?

更新时间:2023-02-23 21:49:51

通过扩展SoapClient进行了修复,并覆盖了__doRequest()方法,在这里我按如下所述修改了请求: http://www.php.net/manual/en/soapclient.dorequest.php#57995

Fixed it by extends SoapClient and overrides __doRequest() method where I modify request as descibed here: http://www.php.net/manual/en/soapclient.dorequest.php#57995

对我来说看起来很可怕,但是它在现在就在这里"工作.

Looks terrible for me, but it works "right here, right now".