Author: scamp
Date: Fri May 20 08:44:37 2005
New Revision: 171129

URL: http://svn.apache.org/viewcvs?rev=171129&view=rev
Log:
updated to include WS-MetadataExchange

Modified:
    incubator/muse/trunk/   (props changed)
    incubator/muse/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl

Propchange: incubator/muse/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri May 20 08:44:37 2005
@@ -5,3 +5,4 @@
 junit*.properties
 *.iml
 classes
+muse.iml.bak

Modified: incubator/muse/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl?rev=171129&r1=171128&r2=171129&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl (original)
+++ incubator/muse/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl Fri May 20 
08:44:37 2005
@@ -10,7 +10,9 @@
              
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: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";>
 
    <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"/>
@@ -235,6 +237,23 @@
          <output message="muws-p2-wsdl:QueryRelationshipsByTypeResponse"/>     
    
       </operation>      
       -->
+
+      <!-- *** If you wish to implement the WS-MetadataExchange 
MetadataExchange portType,
+               uncomment the below operation 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>
+      -->
       
       <!-- *** Add an operation block here for each of your custom operations 
*** -->         
 
@@ -438,6 +457,29 @@
          </output>
       </operation>            
       -->
+      
+      <!-- *** If you wish to implement the WS-MetadataExchange 
MetadataExchange portType,
+               uncomment the below operation block *** -->
+      <!--
+      <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>
+      -->      
       
       <!-- *** Add an operation block here for each of your custom operations 
*** -->         
       



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to