I've just deployed an app to our live server. It makes heavy use of a
few external web services, and also exposes some as well. It worked
fine on all of our test machines, but on the live server we are getting
timeouts on the web service calls.
The network is pretty tightly locked down so I assume it may be a
firewall problem. What ports do we need to enable for:
(1) Outgoing web service access FROM our live server to an external
webserver
(2) Incoming web service access TO our live server from external
servers
Any help would be appreciated as my deadline is today for deployment!
:)
Regards,
Chris
few external web services, and also exposes some as well. It worked
fine on all of our test machines, but on the live server we are getting
timeouts on the web service calls.
The network is pretty tightly locked down so I assume it may be a
firewall problem. What ports do we need to enable for:
(1) Outgoing web service access FROM our live server to an external
webserver
(2) Incoming web service access TO our live server from external
servers
Any help would be appreciated as my deadline is today for deployment!
:)
Regards,
Chris
Comment