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