SOAP Call works everywhere but on client's site

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mcmcom
Forum Newbie
Posts: 14
Joined: Thu Jan 31, 2008 7:23 am

SOAP Call works everywhere but on client's site

Post 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
WebbieDave
Forum Contributor
Posts: 213
Joined: Sun Jul 15, 2007 7:07 am

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

Post 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?
Post Reply