Sending XML input to WSDL using SoapClient

前端 未结 2 1368
囚心锁ツ
囚心锁ツ 2021-02-09 05:28

I have this WSDL: https://secure.softwarekey.com/solo/webservices/XmlCustomerService.asmx?WSDL

I am trying to use SoapClient to send a request to the CustomerSearch meth

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-09 05:59

    try passing $client->CustomerSearch($CustomerSearch); or pass a string

提交回复
热议问题