hi all, My requirement is to relocate the webservice(Jax ws) without building the client side code. i want to know is thers any way i can use client code without rebuilding the client.?
thanks you.
hi all, My requirement is to relocate the webservice(Jax ws) without building the client side code. i want to know is thers any way i can use client code without rebuilding the client.?
thanks you.
The generated client-side stubs for JAX-WS artefacts include constructors for specifying a different URL to that which the stubs were originally generated against. You need to use those constructors when creating a stub instance, instead of using the default constructors.