PHP | Techbirds | Page 9
Posted on: April 11, 2019 /
Categories: Mobile Applications
Posted on: December 3, 2013 /
Categories: PHP / Author Name: Shivek Parmar
To call a Soap Client Web Service We need to include the “nusoap” library Download the nu Soap library from the given Link Download NuSoap Library Now Inside the php tags write the following code. $credentials = array(‘login’=>’user’, ‘password’=>’pass’); $client = new SoapClient(“https://WSDL_URL?WSDL”, $credentials); $params = array(‘param1′ => ‘value1′, ‘param1′ => ‘value1′); $result = $client->__soapCall(‘METHOD_NAME’,
Read More →
759 total views, no views today