You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2005/12/28 15:27:11 UTC

[Ws Wiki] Update of "FrontPage/Axis/WsdlFile" by CedricChabanois

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by CedricChabanois:
http://wiki.apache.org/ws/FrontPage/Axis/WsdlFile

The comment on the change is:
added commented sample for wsdl on the local path

------------------------------------------------------------------------------
  {{{
       <service name="Test" provider="java:RPC" > 
        ... 
-       < wsdlFile>/org/someone/res/mywsdl.wsdl</wsdlFile> 
+       <wsdlFile>/org/someone/res/mywsdl.wsdl</wsdlFile> 
+ <!--      <wsdlFile>WEB-INF/wsdls/mywsdl.wsdl</wsdlFile> -->
        ... 
       </service> 
  }}}