You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by wi...@apache.org on 2005/09/19 23:15:41 UTC

svn commit: r290269 - /webservices/muse/trunk/src/examples/client/src/resource/target/TestResource/src/wsdl/testresource.wsdl

Author: wire
Date: Mon Sep 19 14:15:36 2005
New Revision: 290269

URL: http://svn.apache.org/viewcvs?rev=290269&view=rev
Log:
Updated wsdl, Added query and set resource properties 

Modified:
    webservices/muse/trunk/src/examples/client/src/resource/target/TestResource/src/wsdl/testresource.wsdl

Modified: webservices/muse/trunk/src/examples/client/src/resource/target/TestResource/src/wsdl/testresource.wsdl
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/client/src/resource/target/TestResource/src/wsdl/testresource.wsdl?rev=290269&r1=290268&r2=290269&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/client/src/resource/target/TestResource/src/wsdl/testresource.wsdl (original)
+++ webservices/muse/trunk/src/examples/client/src/resource/target/TestResource/src/wsdl/testresource.wsdl Mon Sep 19 14:15:36 2005
@@ -71,6 +71,27 @@
 			<fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/>
 			<fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/>
 		</operation>
+		
+		<operation name="SetResourceProperties">
+	         <input name="SetResourcePropertiesRequest" message="wsrpw:SetResourcePropertiesRequest"/>
+	         <output name="SetResourcePropertiesResponse" message="wsrpw:SetResourcePropertiesResponse"/>
+	         <fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/>
+	         <fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/>
+	         <fault name="InvalidSetResourcePropertiesRequestContentFault" message="wsrpw:InvalidSetResourcePropertiesRequestContentFault"/>
+	         <fault name="UnableToModifyResourcePropertyFault" message="wsrpw:UnableToModifyResourcePropertyFault"/>
+	         <fault name="SetResourcePropertyRequestFailedFault" message="wsrpw:SetResourcePropertyRequestFailedFault"/>
+      	</operation>
+				
+		<operation name="QueryResourceProperties">
+			<input name="QueryResourcePropertiesRequest" message="wsrpw:QueryResourcePropertiesRequest"/>
+			<output name="QueryResourcePropertiesResponse" message="wsrpw:QueryResourcePropertiesResponse"/>
+			<fault name="ResourceUnknownFault"  message="wsrpw:ResourceUnknownFault"/>
+			<fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/>
+			<fault name="UnknownQueryExpressionDialectFault" message="wsrpw:UnknownQueryExpressionDialectFault"/>
+			<fault name="InvalidQueryExpressionFault" message="wsrpw:InvalidQueryExpressionFault"/>
+			<fault name="QueryEvaluationErrorFault" message="wsrpw:QueryEvaluationErrorFault"/>
+		</operation>
+		
 		<operation name="Subscribe">
 			<input message="wsntw:SubscribeRequest"/>
 			<output message="wsntw:SubscribeResponse"/>
@@ -123,6 +144,57 @@
 				<soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/>
 			</fault>
 		</operation>
+	     <operation name="SetResourceProperties">
+	         <soap:operation style="document"/>
+	         <input>
+	            <soap:body use="literal"/>
+	         </input>
+	         <output>
+	            <soap:body use="literal"/>
+	         </output>
+	         <fault name="ResourceUnknownFault">
+	            <soap:fault name="ResourceUnknownFault" use="literal"/>
+	         </fault>
+	         <fault name="InvalidResourcePropertyQNameFault">
+	            <soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/>
+	         </fault>
+	         <fault name="UnableToModifyResourcePropertyFault">
+	            <soap:fault name="UnableToModifyResourcePropertyFault" use="literal"/>
+	         </fault>
+	         <fault name="InvalidSetResourcePropertiesRequestContentFault">
+	            <soap:fault name="InvalidSetResourcePropertiesRequestContentFault" use="literal"/>
+	         </fault>
+	         <fault name="SetResourcePropertyRequestFailedFault">
+	            <soap:fault name="SetResourcePropertyRequestFailedFault" use="literal"/>
+	         </fault>
+	      </operation>
+
+		<operation name="QueryResourceProperties">
+			<soap:operation style="document"/>
+			<input>
+				<soap:body use="literal"/>
+			</input>
+			<output>
+				<soap:body use="literal"/>
+			</output>
+			<fault name="ResourceUnknownFault">
+				<soap:fault name="ResourceUnknownFault" use="literal"/>
+			</fault>
+			<fault name="InvalidResourcePropertyQNameFault">
+				<soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/>
+			</fault>
+			<fault name="UnknownQueryExpressionDialectFault">
+				<soap:fault name="UnknownQueryExpressionDialectFault" use="literal"/>
+			</fault>
+			<fault name="InvalidQueryExpressionFault">
+				<soap:fault name="InvalidQueryExpressionFault" use="literal"/>
+			</fault>
+			<fault name="QueryEvaluationErrorFault">
+				<soap:fault name="QueryEvaluationErrorFault" use="literal"/>
+			</fault>
+		</operation>
+
+
 		<operation name="Subscribe">
 			<soap:operation style="document"/>
 			<input>