Hello,
I have a question about my web services client. I have a static wsdl file that I use to generate a client with wsimport. From what I see in the generated code, the endpoint URI can only be described with a reference to a wsdl document, but I would like to have the URI of the endpoint stored in a property file somewhere or configured in my web.xml for other environments (
test, acceptance, prod).
Is there a way to dynamically set the endpoint URI for a wsimport generated client?
Any help would be appreciated,
-Tonio