From d61eff1ac015d84c4912267afdfd5b957d27036a Mon Sep 17 00:00:00 2001 From: Martin Haase <martin.haase@daasi.de> Date: Thu, 29 Jul 2010 08:34:43 +0000 Subject: [PATCH] Fixed getSid, empty Request instead of nothing, for CXF to work git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@6850 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- .../rbacSoap/wsdl-8081/tgextra.wsdl | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgextra.wsdl b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgextra.wsdl index 93bfb31..04a3160 100644 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgextra.wsdl +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/wsdl-8081/tgextra.wsdl @@ -104,7 +104,13 @@ </xsd:element> <!-- #### getSid #### //--> - <xsd:element name="getSidResponse"> + <xsd:element name="getSidRequest"> + <xsd:complexType> + <xsd:sequence> + </xsd:sequence> + </xsd:complexType> + </xsd:element> + <xsd:element name="getSidResponse"> <xsd:complexType> <xsd:sequence> <xsd:element name="sid" type="xsd:string" minOccurs="1" maxOccurs="1" /> @@ -958,6 +964,9 @@ </wsdl:message> <!-- #### getSid #### //--> + <wsdl:message name="getSidRequest"> + <wsdl:part element="tns:getSidRequest" name="getSidInput" /> + </wsdl:message> <wsdl:message name="getSidResponse"> <wsdl:part element="tns:getSidResponse" name="getSidOutput" /> </wsdl:message> @@ -2250,6 +2259,7 @@ with that user. </wsdl:documentation> <wsdl:output message="tns:getSidResponse" /> + <wsdl:input message="tns:getSidRequest" /> </wsdl:operation> </wsdl:portType> @@ -2534,6 +2544,9 @@ with that user. <!-- #### getSid #### //--> <wsdl:operation name="getSid"> <soap:operation soapAction="http://textgrid.info/namespaces/middleware/tgauth/getSid" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> <wsdl:output><soap:body use="literal" /></wsdl:output> </wsdl:operation> -- GitLab