Commission Junction SOAP access Error
am 29.09.2007 12:12:08 von jatrojoomlaHi!
Is there any one with knowledge of CJ [Commission Junction] API
development
I am getting error like:
http://fb.aafter.com/cj/testb/support.php
during Commission Junction SOAP access
Commission Junction:
http://cj.com/
http://webservices.cj.com/
Code is:
Commission Junction Demo Product Search
try {
$ini = ini_set("soap.wsdl_cache_enabled","0");
$client = new SoapClient('https://linksearch.api.cj.com/wsdl/version2/
productSearchServiceV2.wsdl', array('trace'=> true));
$results = $client->search(
$developerKey = 'developer_key / developer_password',
$locale = 'EN'
} catch (Exception $e){
echo "
There was an error
with your request or the service is unavailable.
}
?>