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/06/03 21:27:44 UTC

svn commit: r179864 - /incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-client-config.wsdl /incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-station-dir.wsdl

Author: ips
Date: Fri Jun  3 12:27:43 2005
New Revision: 179864

URL: http://svn.apache.org/viewcvs?rev=179864&view=rev
Log:
added Relationship prop and QueryRelationshipsByType op to WCConfig

Modified:
    incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-client-config.wsdl
    incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-station-dir.wsdl

Modified: incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-client-config.wsdl
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-client-config.wsdl?rev=179864&r1=179863&r2=179864&view=diff
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-client-config.wsdl (original)
+++ incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-client-config.wsdl Fri Jun  3 12:27:43 2005
@@ -46,7 +46,8 @@
             <element ref="wsnt:TopicExpressionDialects" maxOccurs="unbounded"/>
             <element ref="muws-p1-xs:ResourceId"/>
             <element ref="muws-p1-xs:ManageabilityCapability" minOccurs="0" maxOccurs="unbounded"/>
-            <element ref="muws-p2-xs:OperationalStatus"/>  
+            <element ref="muws-p2-xs:OperationalStatus"/>
+            <element ref="muws-p2-xs:Relationship" minOccurs="0" maxOccurs="unbounded"/>
             <element ref="tns:WeatherStationReference"/>
             <element ref="tns:WeatherDataRefreshInterval"/>
           </sequence>
@@ -57,6 +58,7 @@
   </types>
 
   <portType name="WeatherClientConfigPortType" wsrp:ResourceProperties="tns:WeatherClientConfigResourceProperties">
+
     <operation name="GetResourceProperty">
       <input name="GetResourcePropertyRequest" message="wsrpw:GetResourcePropertyRequest"/>
       <output name="GetResourcePropertyResponse" message="wsrpw:GetResourcePropertyResponse"/>
@@ -78,6 +80,7 @@
       <fault name="UnableToModifyResourcePropertyFault" message="wsrpw:UnableToModifyResourcePropertyFault"/>
       <fault name="SetResourcePropertyRequestFailedFault" message="wsrpw:SetResourcePropertyRequestFailedFault"/>
     </operation>
+
     <operation name="Subscribe">
       <input message="wsntw:SubscribeRequest"/>
       <output message="wsntw:SubscribeResponse"/>
@@ -93,10 +96,18 @@
       <fault name="TopicNotSupportedFault" message="wsntw:TopicNotSupportedFault"/>
       <fault name="NoCurrentMessageOnTopicFault" message="wsntw:NoCurrentMessageOnTopicFault"/>
     </operation>
+
+    <operation name="QueryRelationshipsByType">
+      <input message="muws-p2-wsdl:QueryRelationshipsByTypeRequest"/>
+      <output message="muws-p2-wsdl:QueryRelationshipsByTypeResponse"/>
+    </operation>
+    
   </portType>
 
   <binding name="WeatherClientConfigSoapHttpBinding" type="tns:WeatherClientConfigPortType">
+
     <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+
     <operation name="GetResourceProperty">
       <soap:operation style="document"/>
       <input>
@@ -151,6 +162,7 @@
         <soap:fault name="SetResourcePropertyRequestFailedFault" use="literal"/>
       </fault>
     </operation>
+
     <operation name="Subscribe">
       <soap:operation style="document"/>
       <input>
@@ -190,6 +202,17 @@
         <soap:fault name="NoCurrentMessageOnTopicFault" use="literal"/>
       </fault>
     </operation>
+
+    <operation name="QueryRelationshipsByType">
+      <soap:operation style="document"/>
+      <input>
+        <soap:body use="literal"/>
+      </input>
+      <output>
+        <soap:body use="literal"/>
+      </output>
+    </operation>
+    
   </binding>
 
   <service name="WeatherClientConfigService">

Modified: incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-station-dir.wsdl
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-station-dir.wsdl?rev=179864&r1=179863&r2=179864&view=diff
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-station-dir.wsdl (original)
+++ incubator/muse/trunk/src/ieeedemo/src/wsdl/weather-station-dir.wsdl Fri Jun  3 12:27:43 2005
@@ -72,6 +72,7 @@
   </message>
 
   <portType name="WeatherStationDirectoryPortType" wsrp:ResourceProperties="tns:WeatherStationDirectoryResourceProperties">
+    
     <operation name="GetResourceProperty">
       <input name="GetResourcePropertyRequest" message="wsrpw:GetResourcePropertyRequest"/>
       <output name="GetResourcePropertyResponse" message="wsrpw:GetResourcePropertyResponse"/>
@@ -92,7 +93,6 @@
       <fault name="SubscribeCreationFailedFault" message="wsntw:SubscribeCreationFailedFault"/>
       <fault name="TopicPathDialectUnknownFault" message="wsntw:TopicPathDialectUnknownFault"/>
     </operation>
-
     <operation name="GetCurrentMessage">
       <input message="wsntw:GetCurrentMessageRequest"/>
       <output message="wsntw:GetCurrentMessageResponse"/>
@@ -111,13 +111,13 @@
       <input message="tns:AddWeatherStation"/>
       <output message="tns:AddWeatherStationResponse"/>
     </operation>
-
     <operation name="RemoveWeatherStation">
       <input message="tns:RemoveWeatherStation"/>
       <output message="tns:RemoveWeatherStationResponse"/>
     </operation>
 
   </portType>
+  
   <binding name="WeatherStationDirectorySoapHttpBinding" type="tns:WeatherStationDirectoryPortType">
     <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
     <operation name="GetResourceProperty">



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