java - Can an XML catalog refer to files in a separate JAR? -


i have several jax-ws clients, each talking different soap service, generate wsimport , package own jar. each client has own xml catalog wsimport can work locally wsdl's , xsd's stored alongside project.

the actual applications use these client each have own xml catalog save on network calls wsdl @ runtime. these unions of xml catalogs of clients application using.

this works catch that, in addition application xml catalog, still have keep copy of wsdl's application jar since uri's relative xml catalog. need remember update application's copy of wsdl whenever client's copy updated.

is there way say, in jax-ws-catalog.xml, wsdl in jar?

there seems no way package wsdl's , xsd's alongside jax-ws-catalog.xml file.


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -