Hi, We are consuming a web-service in our project, and for this we use Axis WSDL2JAVA tool to build skeletons and stubs. Now the webservice URL we use for development and production are different. The skeletons generated contain the hard-coded URL. Is there a way that we could not hard-code the URL and pick-up from another source at runtime.... we wish not to modify the generated skeletons, for the build process to remain automated.
Every suggestion/hint are most most welcome. Thanks in advance. Regards, Sandeep Gupta
