且构网

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

PHP SOAP调用中多个具有相同名称的元素

更新时间:2023-02-23 21:31:47

所以,我解决了。

 $operationNumbersArray = array('1234','1235');

 ...

       'operationNumbers' => array(
           'operationNumber' => $operationNumbersArray
        )

测试和摆弄,我无意中删除了另一个强制性的值。该API未给出警告(忽略)。

During my testing and fiddling about, I had inadvertently removed another value that was mandatory. The API did not give warning of it's omission (sadly).