Who will give the detailed code to call the WebService interface in PHP? There is a WebService interface, http: // 218.245.0.236: 7880/sms? How can I call this interface in PHP? Who gave a detailed code? Thank you! Who will give the detailed code to call the WebService interface in PHP?
There is a WebService interface, http: // 218.245.0.236: 7880/sms? WSDL
How can I call this interface in PHP? Who gave a detailed code? Thank you! Share:
------ Solution --------------------
This is the usage of the nusoap extension class. you must first go to the next nusoap tool class.
$ SoapClient = new nusoap_client ("http: // 218.245.0.236: 7880/sms? WSDL ", true );
$ Parameters = array (**,**,**);
$ OutString = $ soapClient-> call ("webserviceName", $ parameters );
// This is generally the case
// Many parameters can be configured in the call method. if you have any problems, go to the next packet capture tool to view the sent and received packets.