How to change the web services endpoint (hostURL) for a Java Web Services Client
We've used JDeveloper to develop an Oracle Business Intelligence (BI Publisher) web services client. Following Oracle instructions, early on in the process we inserted a Web Service Proxy (Jdeveloper: File->New->Business Tier->Web Services) which requires a WSDL URL like :http://hostname:port/xmlpserver/services/v2/CatalogService?wsdl.
Is there an easy way to change the URL after code development? Basically we would like to use the same code with multiple WSDL target hosts (dev, test, production). And it would be great if we could provide that information at runtime.
If there is no way to provide the target host URL at runtime, is there any straightforward way to change this information after code development? It looks like the hostURL is found in: