Offerit API Ping
From Offerit
Revision as of 13:54, 1 February 2013 by OfferitMegan (talk | contribs)
Ping is a test function to make sure that you can successfully connect to the API.
NuSOAP Example
This example continues from the main article NuSOAP Example:
$result = $client->call('ping', Array(), 'offeritapiadmin_wsdl');
Sample Output
on success: 1 on failure: <no output>