|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: |
$param = array(
'websiteConfigID' => 'xoxoxoxoxoxoxoxoxoxoxoxoxox',
'eventID' => '5829',
'numberOfEvents' => 'null',
'eventname' => 'null',
'eventDate' => 'null',
'beginDate' => 'null',
'endDate' => 'null',
'venueID' => 'null',
'venueName' => 'null',
'stateProvDesc' => 'null',
'stateID' => 'null',
'cityZip' => 'null',
'nearZip' => 'null',
'parentCategoryID' => 'null',
'childCategoryID' => 'null',
'grandchildCategoryID' => 'null',
'performerID' => 'null',
'performerName' => 'null',
'noPerformers' => 'null',
'lowPrice' => 'null',
'highPrice' => 'null',
'modificationDate' => 'null',
'onlyMine' => 'null',
'whereClause' => 'null',
'orderByClause' => 'null');
//2008-10-15 - 50
//define path to server application
$serverpath = 'http://tnwebservices-test.ticketnetwork.com/tnwebservice/v3.0/tnwebservice.asmx';
//define method namespace
$namespace = "http://tnwebservices-test.ticketnetwork.com/tnwebservice/v3.0";
//client object
$soapclient = new nusoapclient($serverpath);
//soap method
$soapAction = 'http://tnwebservices-test.ticketnetwork.com/tnwebservice/v3.0/GetEvents';
//make the cal and fetch the results
$result = $soapclient->call('GetEvents', $param, $namespace, $soapAction);
print_r($result);
|
Advertisement
| Hall of Fame |
There are currently no qualifying experts in Web APIs
There are currently no qualifying experts in Web APIs