Hi Daniel
But what about url, ip and so on ?
.....
Endpoint.publish("http://localhost:8080/service", new Service());
OK, http://localhost:8080/service works fine (CXF works fine anyway !).
But suppose localhost -> 172.99.123.45 and (via DNS)
http://myservice.mycorp/service -> http://172.99.123.45:8080
well, i can't reach http://172.99.123.45:8080/service nor
http://myservice.mycompagny/service
How do i have to deal with that ? Maybe my question is stupid !
--
View this message in context:
http://cxf.547215.n5.nabble.com/How-to-publish-multiple-webservice-tp566254p3407757.html
Sent from the cxf-user mailing list archive at Nabble.com.