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 sc...@apache.org on 2005/07/28 00:04:45 UTC

svn commit: r225641 - in /webservices/muse/trunk/src/examples/enterprise/services: application/src/wsdl/application.wsdl businessprocesstype/src/wsdl/businessprocesstype.wsdl host/src/wsdl/host.wsdl integrationserver/src/wsdl/integrationserver.wsdl

Author: scamp
Date: Wed Jul 27 15:04:41 2005
New Revision: 225641

URL: http://svn.apache.org/viewcvs?rev=225641&view=rev
Log:
updated for metadataexchange

Modified:
    webservices/muse/trunk/src/examples/enterprise/services/application/src/wsdl/application.wsdl
    webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/wsdl/businessprocesstype.wsdl
    webservices/muse/trunk/src/examples/enterprise/services/host/src/wsdl/host.wsdl
    webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/wsdl/integrationserver.wsdl

Modified: webservices/muse/trunk/src/examples/enterprise/services/application/src/wsdl/application.wsdl
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/application/src/wsdl/application.wsdl?rev=225641&r1=225640&r2=225641&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/application/src/wsdl/application.wsdl (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/application/src/wsdl/application.wsdl Wed Jul 27 15:04:41 2005
@@ -12,7 +12,8 @@
              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:app-prop="http://ws.apache.org/muse/example/application/properties"
-             xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">
+             xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+             xmlns:wsa04="http://schemas.xmlsoap.org/ws/2004/08/addressing">
    
    <!-- Created by Kinga Dziembowski -->
    
@@ -302,10 +303,18 @@
       
       <!-- GetMetadata operation for retrieving WSDL -->
                   
-	<operation name="GetMetadata">
-	    <input message="wsx:GetMetadataMsg"/>
-	    <output message="wsx:GetMetadataResponseMsg"/>         
-	</operation>      
+      <operation name="GetMetadata" >
+         <input message="wsx:GetMetadataMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Request" />
+         <output message="wsx:GetMetadataResponseMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Response" />
+      </operation>
+      <operation name="Get" >
+         <input message="wsx:GetMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Request" />
+         <output message="wsx:GetResponseMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Response" />
+      </operation>    
       
 
    </portType>
@@ -538,15 +547,24 @@
       
       <!-- GetMetadata operation for retrieving WSDL -->
       
-      <operation name="GetMetadata">
-         <soap:operation style="document"/>
+      <operation name="GetMetadata" >
+      	 <soap:operation style="document"/>
          <input>
-	    <soap:body use="literal"/>
+            <soap:body use="literal"/>
          </input>
          <output>
-	    <soap:body use="literal"/>
+            <soap:body use="literal"/>
          </output>
-      </operation>            
+      </operation>
+      <operation name="Get" >
+      	 <soap:operation style="document"/>
+         <input>
+            <soap:body use="literal"/>
+         </input>
+         <output>
+            <soap:body use="literal"/>
+         </output>
+      </operation>   
       
       
    </binding>

Modified: webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/wsdl/businessprocesstype.wsdl
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/wsdl/businessprocesstype.wsdl?rev=225641&r1=225640&r2=225641&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/wsdl/businessprocesstype.wsdl (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/businessprocesstype/src/wsdl/businessprocesstype.wsdl Wed Jul 27 15:04:41 2005
@@ -12,7 +12,8 @@
              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:bpt-prop="http://ws.apache.org/muse/example/businessprocesstype/properties"
-             xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">
+             xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+             xmlns:wsa04="http://schemas.xmlsoap.org/ws/2004/08/addressing">
              
    <!-- Created by Kinga Dziembowski -->          
 
@@ -299,10 +300,18 @@
       
       <!-- GetMetadata operation for retrieving WSDL defined in WS-MetadataExchange-2004_09.wsdl -->
                  
-      <operation name="GetMetadata">
-	 <input message="wsx:GetMetadataMsg"/>
-	 <output message="wsx:GetMetadataResponseMsg"/>         
-      </operation> 
+      <operation name="GetMetadata" >
+         <input message="wsx:GetMetadataMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Request" />
+         <output message="wsx:GetMetadataResponseMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Response" />
+      </operation>
+      <operation name="Get" >
+         <input message="wsx:GetMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Request" />
+         <output message="wsx:GetResponseMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Response" />
+      </operation>
       
       
       <operation name="Suspend">
@@ -526,15 +535,24 @@
       
       <!-- GetMetadata operation for retrieving WSDL -->
       
-      <operation name="GetMetadata">
-         <soap:operation style="document"/>
+      <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"/>
+            <soap:body use="literal"/>
          </input>
          <output>
-	    <soap:body use="literal"/>
+            <soap:body use="literal"/>
          </output>
-      </operation> 
+      </operation>
       
       <operation name="Suspend">
                <soap:operation style="document"/>

Modified: webservices/muse/trunk/src/examples/enterprise/services/host/src/wsdl/host.wsdl
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/host/src/wsdl/host.wsdl?rev=225641&r1=225640&r2=225641&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/host/src/wsdl/host.wsdl (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/host/src/wsdl/host.wsdl Wed Jul 27 15:04:41 2005
@@ -11,7 +11,8 @@
              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:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">
+             xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+             xmlns:wsa04="http://schemas.xmlsoap.org/ws/2004/08/addressing">
              
    <!-- Created by Kinga Dziembowski -->
    
@@ -265,10 +266,18 @@
       
       <!-- GetMetadata operation for retrieving WSDL -->
                   
-	<operation name="GetMetadata">
-	    <input message="wsx:GetMetadataMsg"/>
-	    <output message="wsx:GetMetadataResponseMsg"/>         
-	</operation>      
+      <operation name="GetMetadata" >
+         <input message="wsx:GetMetadataMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Request" />
+         <output message="wsx:GetMetadataResponseMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Response" />
+      </operation>
+      <operation name="Get" >
+         <input message="wsx:GetMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Request" />
+         <output message="wsx:GetResponseMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Response" />
+      </operation>   
       
 
    </portType>
@@ -476,15 +485,24 @@
       
       <!-- GetMetadata operation for retrieving WSDL -->
       
-      <operation name="GetMetadata">
-         <soap:operation style="document"/>
+      <operation name="GetMetadata" >
+      	 <soap:operation style="document"/>
          <input>
-	    <soap:body use="literal"/>
+            <soap:body use="literal"/>
          </input>
          <output>
-	    <soap:body use="literal"/>
+            <soap:body use="literal"/>
          </output>
-      </operation>            
+      </operation>
+      <operation name="Get" >
+      	 <soap:operation style="document"/>
+         <input>
+            <soap:body use="literal"/>
+         </input>
+         <output>
+            <soap:body use="literal"/>
+         </output>
+      </operation>   
       
       
    </binding>

Modified: webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/wsdl/integrationserver.wsdl
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/wsdl/integrationserver.wsdl?rev=225641&r1=225640&r2=225641&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/wsdl/integrationserver.wsdl (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/integrationserver/src/wsdl/integrationserver.wsdl Wed Jul 27 15:04:41 2005
@@ -11,7 +11,8 @@
              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:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">
+             xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+             xmlns:wsa04="http://schemas.xmlsoap.org/ws/2004/08/addressing">
              
    <!-- Created by Kinga Dziembowski -->          
 
@@ -265,10 +266,18 @@
       
       <!-- GetMetadata operation for retrieving WSDL -->
                   
-	<operation name="GetMetadata">
-	    <input message="wsx:GetMetadataMsg"/>
-	    <output message="wsx:GetMetadataResponseMsg"/>         
-	</operation>      
+      <operation name="GetMetadata" >
+         <input message="wsx:GetMetadataMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Request" />
+         <output message="wsx:GetMetadataResponseMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Response" />
+      </operation>
+      <operation name="Get" >
+         <input message="wsx:GetMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Request" />
+         <output message="wsx:GetResponseMsg"
+                wsa04:Action="http://schemas.xmlsoap.org/ws/2004/09/mex/Get/Response" />
+      </operation>
       
 
    </portType>
@@ -476,15 +485,24 @@
       
       <!-- GetMetadata operation for retrieving WSDL -->
       
-      <operation name="GetMetadata">
-         <soap:operation style="document"/>
+      <operation name="GetMetadata" >
+      	 <soap:operation style="document"/>
          <input>
-	    <soap:body use="literal"/>
+            <soap:body use="literal"/>
          </input>
          <output>
-	    <soap:body use="literal"/>
+            <soap:body use="literal"/>
          </output>
-      </operation>            
+      </operation>
+      <operation name="Get" >
+      	 <soap:operation style="document"/>
+         <input>
+            <soap:body use="literal"/>
+         </input>
+         <output>
+            <soap:body use="literal"/>
+         </output>
+      </operation>     
       
       
    </binding>



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