Node is saved as draft in My Content >> Draft
-
how to consume Asp.net webservice from php client
I have tried this code:
require_once('php/lib/nusoap.php');
$client = new nusoap_client('http://210.212.23.51/rtpsappeal/service1.asmx?WSDL',true);
$userKey = "Zxo7654IBN";
$applicationId = '040172192101500191';
$result = $client->call('getApplicationDetails',array('userKey' => "$userKey",'applicationId'=>"$applicationId"));
var_dump($result);
0 Answer(s)