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

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

Modified:
    incubator/hermes/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl

Modified: incubator/hermes/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl?rev=171128&r1=171127&r2=171128&view=diff
==============================================================================
--- incubator/hermes/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl (original)
+++ incubator/hermes/trunk/src/site/content/tutorial/_TEMPLATE_.wsdl Fri May 20 
08:44:08 2005
@@ -9,7 +9,9 @@
              
xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd";
              
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:wsntw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.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"/>
@@ -173,6 +175,23 @@
          <fault name="NoCurrentMessageOnTopicFault" 
message="wsntw:NoCurrentMessageOnTopicFault" /> 
       </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 
*** -->         
 
@@ -361,6 +380,29 @@
             <soap:fault name="NoCurrentMessageOnTopicFault" use="literal"/>
          </fault>         
       </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