web service call + firewall
-
Hi all We are facing an issue with Web service calls to a linux server from Windows 2000 server . A web service call succeeds if the web service client API is run from a Win XP PC . The same API call is failing from a Windows 2000 server . What could possibly block a web service call in W2k server ? Is it firewall or something else ? This problem is reported in a customer's PC . We tried to reproduce this issue locally by enabling firewall and stopping IIS etc . But we are unable to reproduce the problem . Any ideas please on what could block a web service call ?
redindian
-
Hi all We are facing an issue with Web service calls to a linux server from Windows 2000 server . A web service call succeeds if the web service client API is run from a Win XP PC . The same API call is failing from a Windows 2000 server . What could possibly block a web service call in W2k server ? Is it firewall or something else ? This problem is reported in a customer's PC . We tried to reproduce this issue locally by enabling firewall and stopping IIS etc . But we are unable to reproduce the problem . Any ideas please on what could block a web service call ?
redindian
basic rule of web service development is that they are meant to bypass any firewall as they use to get tranferred via port 80.... this is not the exact issue...my be some conflic is occuring on ur client's machine
Ashish Sehajpal
-
Hi all We are facing an issue with Web service calls to a linux server from Windows 2000 server . A web service call succeeds if the web service client API is run from a Win XP PC . The same API call is failing from a Windows 2000 server . What could possibly block a web service call in W2k server ? Is it firewall or something else ? This problem is reported in a customer's PC . We tried to reproduce this issue locally by enabling firewall and stopping IIS etc . But we are unable to reproduce the problem . Any ideas please on what could block a web service call ?
redindian
It's not a proxy connection issue by any chance?