You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2005/08/02 23:40:07 UTC

svn commit: r227087 - in /webservices/muse/trunk: maven.xml src/examples/filesystem/src/wsdl/FileSystem.wsdl src/template/_TEMPLATE_.wsdl

Author: ips
Date: Tue Aug  2 14:40:05 2005
New Revision: 227087

URL: http://svn.apache.org/viewcvs?rev=227087&view=rev
Log:
added import of WS-MEX WSDL to template WSDL and removed from filesystem WSDL

Modified:
    webservices/muse/trunk/maven.xml
    webservices/muse/trunk/src/examples/filesystem/src/wsdl/FileSystem.wsdl
    webservices/muse/trunk/src/template/_TEMPLATE_.wsdl

Modified: webservices/muse/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/maven.xml?rev=227087&r1=227086&r2=227087&view=diff
==============================================================================
--- webservices/muse/trunk/maven.xml (original)
+++ webservices/muse/trunk/maven.xml Tue Aug  2 14:40:05 2005
@@ -147,7 +147,7 @@
     <copy todir="${spec.wsdl.dest.dir}">
       <fileset dir="${temp.wsdl.dir}/schemaorg_apache_xmlbeans/src" />         	
     </copy>
-    <delete dir="${temp.wsdl.dir}" />
+    <delete dir="${temp.wsdl.dir}" failonerror="false" />
   </goal>
   
   <goal name="deploy">

Modified: webservices/muse/trunk/src/examples/filesystem/src/wsdl/FileSystem.wsdl
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/src/wsdl/FileSystem.wsdl?rev=227087&r1=227086&r2=227087&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/filesystem/src/wsdl/FileSystem.wsdl (original)
+++ webservices/muse/trunk/src/examples/filesystem/src/wsdl/FileSystem.wsdl Tue Aug  2 14:40:05 2005
@@ -10,10 +10,8 @@
              xmlns:wsrpw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"
              xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"
              xmlns:wsntw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl"
-             xmlns:muws-p2-wsdl="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.wsdl"
-             xmlns:mex="http://schemas.xmlsoap.org/ws/2004/09/mex"
-             xmlns:wsa04="http://schemas.xmlsoap.org/ws/2004/08/addressing">
-
+             xmlns:muws-p2-wsdl="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.wsdl">
+             
    <import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"
            location="../spec/wsrf/WS-ResourceProperties-1_2-Draft_01.wsdl"/>
 
@@ -244,22 +242,6 @@
       </operation>      
       
 
-      <!-- mex:MetadataExchange operations block -->
-      
-      <operation name="GetMetadata" >
-         <input message="mex:GetMetadataMsg"
-                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Request" />
-         <output message="mex:GetMetadataResponseMsg"
-                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Response" />
-      </operation>
-      <operation name="Get" >
-         <input message="mex:GetMsg"
-                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Request" />
-         <output message="mex:GetResponseMsg"
-                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Response" />
-      </operation>
-      
-      
       <!-- custom operations --> 
       
       <operation name="Mount">
@@ -460,28 +442,6 @@
          </output>
       </operation>            
      
-      
-      <!--  mex:MetadataExchange operations -->
-      
-      <operation name="GetMetadata" >
-      	 <soap:operation style="document"/>
-         <input>
-            <soap:body use="literal"/>
-         </input>
-         <output>
-            <soap:body use="literal"/>
-         </output>
-      </operation>
-      <operation name="Get" >
-      	 <soap:operation style="document"/>
-         <input>
-            <soap:body use="literal"/>
-         </input>
-         <output>
-            <soap:body use="literal"/>
-         </output>
-      </operation>
-            
       
       <!-- *** custom operations *** -->
       

Modified: webservices/muse/trunk/src/template/_TEMPLATE_.wsdl
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/template/_TEMPLATE_.wsdl?rev=227087&r1=227086&r2=227087&view=diff
==============================================================================
--- webservices/muse/trunk/src/template/_TEMPLATE_.wsdl (original)
+++ webservices/muse/trunk/src/template/_TEMPLATE_.wsdl Tue Aug  2 14:40:05 2005
@@ -20,6 +20,9 @@
    <import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"
            location="../spec/wsrf/WS-ResourceLifetime-1_2-Draft_01.wsdl"/>
 
+   <import namespace="http://schemas.xmlsoap.org/ws/2004/09/mex"
+           location="../spec/wsx/WS-MetadataExchange-2004_09.wsdl"/>
+
    <import namespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl" 
            location="../spec/wsn/WS-BaseNotification-1_2-Draft_01.wsdl"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org