2 Replies Latest reply on Jul 19, 2005 12:58 PM by bsheward

    webservice.xml generation via wseedoclet task

    parallax

      Hi,

      I use the wseedoclet task to generate webservices.xml. The file is being generated but it has wrong information regarding the local on wsdl and mapping file. It prepends WEB-INF in front of the locations of these files. Here is my target:





      <!-- <jaxrpc-mapping destDir="${build.manifest.dir}/market_data"/>-->


      The webservice.xml that gets generated looks like:

      <webservice-description>



      <webservice-description-name>CurveSearcher</webservice-description-name>

      <wsdl-file>WEB-INF/META-INF/wsdl/CurveSearcher.wsdl</wsdl-file>
      <jaxrpc-mapping-file>WEB-INF/META-INF/CurveSearcher-mapping.xml</jaxrpc-mapping-file>

      <port-component>




      <port-component-name>CurveSearcherServicePort</port-component-name>
      <wsdl-port>CurveSearcherServicePortPort</wsdl-port>
      <service-endpoint-interface>com.drkw.gps.marketDataAPI.multitier.CurveSearcherService</service-endpoint-interface>
      <service-impl-bean>
      <ejb-link>CurveSearcher</ejb-link>
      </service-impl-bean>
      </port-component>

      </webservice-description>

      Could anybody please tell me why it is prepending WEB_INF also <wsdl-port> says CurveSearcherServicePortPort where it was declared as CurveSearcherServicePort in the doclet.

      Thanks

      Rajiv