JAX-WS 2.1.1 | Users Guide | Tools | JAXWS RI Extensions | Samples | JAXWS Community |
Often times, such as for performance reason or your application specific needs, you have a need where you want to resolve the WSDL/Schema documents resolved from the copy of it you have either bundled with your client or server or just to resolve it not from where a WSDL/schema imports points to but rather from where you want it to be picked up.
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="
system">
<
system
systemId="
http://foo.org/hello?wsdl"
uri="HelloService.wsdl"/>
</catalog>
For details on XML catalog see here.