Page 1 of 1

SOAP Call works everywhere but on client's site

Posted: Sun Jul 27, 2008 11:42 am
by mcmcom
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

Re: SOAP Call works everywhere but on client's site

Posted: Sun Jul 27, 2008 1:52 pm
by WebbieDave
Your problem points to a configuration issue on a particular machine and not a problem with the code (the topic that this forum covers). Do you have any evidence that there may be problems with the code?