Hi all, I would like to be able to get my web service address at runtime. In my application, when my web service is started, it must register its url (ws endpoint http://myhost:port/myservice) to a given registry so clients can locate it and interact with it. I would like to retrieve the url dynamically instead of hardcoding it. My application can be started using Tomcat or Xfire embedded. I have a solution for the 2nd mode(Xfire embedded), but I don't see how I can get the service address when using Tomcat. Any help appreciated Romain
