Knowladge Base

WSDL

http://did.com/get-a-list-of-available-dids-by-country-area-code-and-document-requirements/

 

$parameters=array(“65948″,”sdaf485″,”1567″,”1″,”9″,”10″,””,”0″,”5″,”211″,”1″);
$soapclient= new nu_soapclient(‘http://api.didx.net/webservice/getAvailableRatedDIDSbyCountryCodeAndDocsWSDL.php?wsdl’);
$SoapResult = array();

$SoapResult = $soapclient->call(“getAvailableRatedDIDSbyCountryCodeAndDocs”, $parameters,’urn:getAvailableRatedDIDSbyCountryCodeAndDocs’);

print_r($SoapResult);