I am currently trying to adjust the URL-endpoints of my web service via a config file (because I want to adjust the outgoing URL of my POST calls, since I want to use a proxy server on my web service).
Now my question is: Is it possible to get the URLs, which are written into a file like URL.config, and inject them into the sun-jaxws.xml file so that I can change the URLs as I please, without touching the sun-jaxws.xml?
Thanks a lot.