Tutorials | Techbirds | Page 31
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
Hi Android Developers, We generally see this error in our console, prompting us most of times when we import a new project and if it contains androidSupportv4.jar. Found 3 versions of android-support-v4.jar in the dependency list, but not all the versions are identical (check is based on SHA-1 only at this time). All versions of
Read More →
1,314 total views, no views today