1 Reply Latest reply on Dec 2, 2009 2:44 AM by rkettelerij

    jax-ws-catalog.xml

    benchato

      Hi All,

      I have included a WS client in my application.
      I used wsimport to generate it.
      I want to keep the WSDL local (in my EAR) because I do not want runtime accesses of the WSDL to go over the network.

      I found a link that explains how OASIS catalogs can be used to resolve this problem:
      https://jax-ws.dev.java.net/guide/Developing_client_application_with_locally_packaged_WSDL.html

      Are catalogs supported by JBoss 4.2.2 GA ?
      I tried to put a jax-ws-catalog.xml file in my META-INF but it just didn't worked.

      Any idea ?
      Many thanks,

      Benoit

        • 1. Re: jax-ws-catalog.xml
          rkettelerij

          * bump *

          Has anyone figured this out yet. I'm also using a jax-ws-catalog.xml file in my webservice client to translate the WSDL location to a locally packaged WSDL file but JBoss seems to ignore this.

          I'm running JBoss 4.2.2 with jbossws-native-2.0.1.SP2.