Hi Doug, it should work if you use your local hostname instead of localhost. I had also some problems in this area, when you have localhost I couldn't even connect from localhost. But when I had the local hostname in the config it worked. External IP address should be ok too. What does netstat -an |grep 8192 show? (hope you are on Unix :-)) Try to telnet to this port and write POST / HTTP/1.1 <return> and see whether you get an connection or your server answers. HTTP GET will not work with the servicemix-http SU http endpoint.
Peter Doug Fischer wrote: > I am configuring an http endpoint using the following: > > ... > <http:endpoint service=²aaa:receiver² > endpoint=²receiver² > role=²consumer² > locationURI=²http://localhost:8192/service² > defaultMep=²http://www.w3.org/2004/08/wsdl/in-out² > soap=²false² /> > ... > > This works just fine and opens the port on localhost. What I would like to > do is set it up so that someone from outside can connect to it, this does > not seem to be the case with this configuration. This also does not seem to > work if I change localhost to my external ip address. Can anyone tell me > how I can simply open up a socket and have the ability to connect to it from > any machine using my external ip address?
