From 6dca2024afd8cbce480c76cbe24dd80c37bd88a1 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <stefan.funk@daasi.de>
Date: Tue, 17 Apr 2012 13:06:30 +0000
Subject: [PATCH] fixed some response bug... registerResource shall not return
 a boolean value, we need amn operationSet instead.

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@12684 7c539038-3410-0410-b1ec-0f2a7bf1c452
---
 .../wsdl-readonly-tuning/tgextra-crud.wsdl    | 21 ++++++++++---------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-readonly-tuning/tgextra-crud.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-readonly-tuning/tgextra-crud.wsdl
index 0b3cec7..5a93bcc 100644
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-readonly-tuning/tgextra-crud.wsdl
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-readonly-tuning/tgextra-crud.wsdl
@@ -268,7 +268,7 @@
 		<wsdl:part element="tns:registerResourceRequest" name="registerResourceInput" />
 	</wsdl:message>
 	<wsdl:message name="registerResourceResponse">
-		<wsdl:part element="tns:booleanResponse" name="registerResourceOutput" />
+		<wsdl:part element="tns:operationsetResponse" name="registerResourceOutput" />
 	</wsdl:message>
 	<wsdl:message name="unregisterResourceRequest">
 		<wsdl:part element="tns:unregisterResourceRequest" name="unregisterResourceInput" />
@@ -728,15 +728,16 @@
 	<!-- ################################################################### -->
 
 	<wsdl:binding name="binding_tgextra_crud" type="tns:port_tgextra_crud">
-	<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
-	<wsdl:operation name="nearlyPublish">
-		<soap:operation
-			soapAction="http://textgrid.info/namespaces/middleware/tgauth-crud/nearlyPublish" />
-		<wsdl:input>
-			<soap:body use="literal" />
-		</wsdl:input>
-		<wsdl:output>
-			<soap:body use="literal" />
+		<soap:binding style="document"
+			transport="http://schemas.xmlsoap.org/soap/http" />
+		<wsdl:operation name="nearlyPublish">
+			<soap:operation
+				soapAction="http://textgrid.info/namespaces/middleware/tgauth-crud/nearlyPublish" />
+			<wsdl:input>
+				<soap:body use="literal" />
+			</wsdl:input>
+			<wsdl:output>
+				<soap:body use="literal" />
 			</wsdl:output>
 			<wsdl:fault name="authenticationFault">
 				<soap:fault use="literal" name="authenticationFault" />
-- 
GitLab