PHP SOAP client calling function with parameters

后端 未结 4 2049
南旧
南旧 2021-02-20 10:22

I created a SOAP client like so:

$client = new SoapClient(\"file.wsdl\");

And then when I want to call an API function

$client-         


        
4条回答
  •  借酒劲吻你
    2021-02-20 11:21

    it all depends on how the soap server defines,parameters can be string and array as you like.your problem is paras not legal previously,check the wsdl file or the soap server.

提交回复
热议问题