SOAP Call works everywhere but on client's site
Posted: Sun Jul 27, 2008 11:42 am
Hi all,
i have a call to a SOAP webservice im using nusoap for. It works properly while debugging it locally, however upon putting it on the clients site it does not work. the problem seems to be it cannot connect to the web service. I have tested the exact same code on several servers and it works everywhere EXCEPT the clients site. Im wondering if anyone has experienced anything like this before and could offer some suggestions.
Basically this line is not working :
$token = $security_client->call("login", array( 'user' => $ADV_USERNAME, 'pass' => $ADV_PASSWORD ));
on any other server i get a token back, on the clients web server it fails.
TIA,
mcm
i have a call to a SOAP webservice im using nusoap for. It works properly while debugging it locally, however upon putting it on the clients site it does not work. the problem seems to be it cannot connect to the web service. I have tested the exact same code on several servers and it works everywhere EXCEPT the clients site. Im wondering if anyone has experienced anything like this before and could offer some suggestions.
Basically this line is not working :
$token = $security_client->call("login", array( 'user' => $ADV_USERNAME, 'pass' => $ADV_PASSWORD ));
on any other server i get a token back, on the clients web server it fails.
TIA,
mcm