Get JAX-WS endpoint-URL from config file

307 Views Asked by At

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.

0

There are 0 best solutions below