XML DB Web Services - listening on port from db node
11.2.0.3
I'm following the document on how to setup native XML DB Web Services on 11g
http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb_web_services.htm#autoId1
I downloaded 11g XE just as a test to my local PC and it all worked fine. When I connect to the web service on localhost:1234 (I can see the wsdl).
When I do a netstat -a on my PC, I can see port 1234 listening for connections.
Now I'm trying to do the same thing on a linux box behind a few firewalls. When I set the port to 1234 on the db host, I don't see anything listening on 1234 (through netstat -a) and when I try to connect from my PC I don't get through. I've confirmed that the port 1234 is open through the firewall so I'm starting to think that the port isn't listening on the db host side.
I'm following the document on how to setup native XML DB Web Services on 11g
http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb_web_services.htm#autoId1
I downloaded 11g XE just as a test to my local PC and it all worked fine. When I connect to the web service on localhost:1234 (I can see the wsdl).
When I do a netstat -a on my PC, I can see port 1234 listening for connections.
Now I'm trying to do the same thing on a linux box behind a few firewalls. When I set the port to 1234 on the db host, I don't see anything listening on 1234 (through netstat -a) and when I try to connect from my PC I don't get through. I've confirmed that the port 1234 is open through the firewall so I'm starting to think that the port isn't listening on the db host side.
1