users@jax-rpc.java.net

Re: Best practices for migrating server & client from test to production

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Wed, 21 Apr 2004 14:01:56 -0700

Ewan,
If you are using JWSDP, simply re-deploying your webservice war file on
the production server is all you need to do. The JAXRPC runtime on the
server uses XSLT to replace the addressLocation when the WSDL is
requested by the client. Then simply generate your clients from the
production WSDL and it should all work.

Ewan Harrow wrote:

>Newbie question!
>
>
>
>I am about to put a webservice into production. This means I need to regen the wsdl so that clients can use it as the end point has changed.
>
>
>
>Is there a way this can be parametised so that the endpoint is set at deployment or runtime as opposed to hardcoded in the generate stubs? I know I could hack the generated files to add this but is there an official way? Some sort of service locator perhaps?
>
>
>
>rgds
>
>
>
>ewan
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
>For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>
>
>
>

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Doug Kohlert
Sun Microsystems, Inc.            
doug.kohlert_at_sun.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net