From ec2611b8108e502981f96a2837547055c5d0be9b Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <stefan.funk@daasi.de> Date: Tue, 17 Apr 2012 13:06:41 +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@12685 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- .../rbacSoap/wsdl-tg2.0/tgextra-crud.wsdl | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra-crud.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra-crud.wsdl index 0b3cec7..b102d5f 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/tgextra-crud.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-tg2.0/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" /> @@ -282,9 +282,6 @@ <wsdl:message name="publishResponse"> <wsdl:part element="tns:booleanResponse" name="publishOutput" /> </wsdl:message> - <wsdl:message name="isPublicRequest"> - <wsdl:part element="tns:isPublicRequest" name="isPublicInput" /> - </wsdl:message> <wsdl:message name="getCSRRequest"> <wsdl:part element="tns:getCSRRequest" name="getCSRInput" /> </wsdl:message> @@ -728,15 +725,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