users@glassfish.java.net

Deployment customization

From: Edson Carlos Ericksson Richter <edson.richter_at_mgrinformatica.com.br>
Date: Tue, 15 Aug 2006 14:50:25 -0300

Hi!
First of all, sorry for cross-posting, but it's a java web service on
glassfish question...

I'm developing a package of web services for an ERP system developed by
my company, so I want to deploy it on serveral different servers, for my
customers.

On deployment (on development machine) it always point to

<xsd:schema>
<xsd:import namespace="webservices.everest.info"
schemaLocation="http://company1.mshome.net:8080/Everest-war/UsuarioWSService/__container$publishing$subctx/WEB-INF/wsdl/UsuarioWSService_schema1.xsd"/>
</xsd:schema>

Glassfish will adapt the schemaLocation when deployied to another machine?
How could I change the client at runtime to point to correct server?

TIA,

Richter