Hello, I try to develop one service for several different servers. It all works well as long as I work on a certain machine like http://localhost:8080/axis/services/MyService. The problem I'm chewing on is: I don't know the final address location - is there a way to keep the address location flexible. Bacause now there's a hard coded line in the ServiceLocator-Class created by Java2WSDL resp. WSDL2Java. Or do I really have to create class-files for every address location?
I'd appreciate any help - thank you in advance. Rob
