Re: imminent updates and release [Re: What would it take to create a 2.0.1 release?

Aleksander Slominski <[email protected]> Mon, 22 May 2006 03:47:16 -0400
Newsgroups gmane.comp.apache.webservices.wsif.user
Message-ID <[email protected]>
Jackson, Douglas wrote:
> One of the programmers working here is using the deprecated method
> setEndPoint(URL) from the class WSIFPort_ApacheAxis.  Is there another
> way to set the end point to use for the connection to a web service?
> Modifying it in the wsdl is not always the most viable...
>   
modifying WSDL (you can do it in memory with WSDL4J just before passing
it to WSIF) is the best way. using setEndPoint() is not recommended as
it create a dependency in your code in WSIF AXIS provider.

best,

alek

-- 
The best way to predict the future is to invent it - Alan Kay