How can i allow people in my local network to access the web service in my machine?
Posted
by
user1451704
on Stack Overflow
See other posts from Stack Overflow
or by user1451704
Published on 2012-06-25T09:13:28Z
Indexed on
2012/06/25
9:15 UTC
Read the original article
Hit count: 194
I have coded a web service using the Axis 2 framework and I can successfully invoke it using a test client (SoapUI) on the local machine after publishing the application in JBoss 5. I can post to the WS endpoint from the local machine and get the expected response.
Now i want to allow other machines to access the web service.
i changed the "localhost" to "my own fixed IP" adress at the end point location, and turned firewall off, but impossible to access the WS.
Note : windows Xp SP3.
Any idea ? Thanks in advance !!
© Stack Overflow or respective owner