Title: RE: two questions...

Yes, you can reset that service location with the overloaded method in the generated ServiceLocator class that takes a string as an argument:

blahServiceLocator().getBlahService(String location)

i'm not sure about your second question--anyone?

-pc

-----Original Message-----
From: Cervi, Anthony (PCLN-NW) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 03, 2004 10:58 AM
To: [EMAIL PROTECTED]
Subject: two questions...



first question might sound dumb since i'm not hip to the web service lingo but here it goes anyway.  when i generate the client classes from the wsdl, the webservice url (endpoint?) gets hard-coded right into the classes themselves.  i need to change that address when i move to the production server.  is there some way i can set that value through code or do i need to run wsdl2java on the wsdl that has the production url?

second question.  i'm using Stub.setTimeout and it doesn't seem to timeout even with very small timeout specified?  any known issues with this?

thanks.

Reply via email to