Sure. You can always override the URL from the WSDL by asking the
endpoint nicely, and the server side will always patch the generated
WSDL to show the place it's actually sitting unless you override that.
On Thu, May 22, 2008 at 5:31 PM, Chris Dunphy <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Is it possible to generate a java service using the CXF wsdl2java
> (JAX-WS front end) in such a way that we can use the service with more
> than one host?
>
> Basically, I am working on a project where a centralized console
> communicates via web services to a number of agents running on remote
> hosts.
>
> On the console side I want to be able to use one set of wsdl generated
> stub classes and just tell the ServiceImpl class which host to connect
> to.
>
> Is this possible?
>
> Thanks,
>
>
> Chris Dunphy
> Software Developer, Enterprise Software Development
> Shaw Cablesystems G.P. 750-7417 [EMAIL PROTECTED]
> Suite 800 630 3rd Avenue SW, Calgary, Alberta, T2P 4L4
>
> try {
> succeed();
> } catch (const failed_error& e) {
> try {
> try_again();
> }
> }
>
>
>