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
SOAP Call works everywhere but on client's site
Moderator: General Moderators
-
WebbieDave
- Forum Contributor
- Posts: 213
- Joined: Sun Jul 15, 2007 7:07 am
Re: SOAP Call works everywhere but on client's site
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?