Hi Rob
In genarated classes when u called get<webservice>() there is a method
with get<webservice>(url).
e.g.
public com.bookshop.soap.AmazonSearchPort getAmazonSearchPort() is what
we are using yet there is a
public com.bookshop.soap.AmazonSearchPort
getAmazonSearchPort(java.net.URL portAddress) as wll
try, it should work :)
hope this helps
Srinath
On Wed, 2003-09-24 at 03:03, Alexander Berry,Jr. wrote:
> Question, what is your service backend?
>
> Robert Kaffl wrote:
>
> >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
> >
> >
> >
>