aspose file tools
The moose likes Web Services and the fly likes SOAP messages and Firewalls Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "SOAP messages and Firewalls" Watch "SOAP messages and Firewalls" New topic
Author

SOAP messages and Firewalls

Jac Jones
Greenhorn

Joined: Jun 25, 2006
Posts: 17
Hi,

If a server within a firewall makes a synchronous RPC SOAP call to another system outside the firewall, then a port in the firewall needs to be opened by the administrator to allow this SOAP call out.

My question is, does another port need to be opened to allowed the SOAP response back in through the firewall to the server initiating the call?


thanks,

Jac
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12266
    
    1
If I understand your situation correctly, the firewall keeps track of the outgoing request and allows the response to come back since it occurs on the same connection. The "server" has become a client in this scenario.

One reason that SOAP over HTTP connections is so popular is that port 80 will usually be open alredy for web browser client use.

Bill


Java Resources at www.wbrogden.com
Jac Jones
Greenhorn

Joined: Jun 25, 2006
Posts: 17
thanks - that makes sense.

One way companies support backwards compatibility with web services is to have a url that specifies the version ie ../v1/.. or ../v2/.. etc

Does the above mean that if a company is supporting 3 versions of its web services software that it then has to open 3 holes in the firewall?


thanks,

Jac
 
I agree. Here's the link: http://jrebel.com/download
 
subject: SOAP messages and Firewalls
 
Similar Threads
RMI fails to connect between XP and Linux
new to db connection help needed
Socket from applet
Can we not have a.....
Accessing web service and rmi from internal network of dmz