Skip to content
Snippets Groups Projects
Commit 6dca2024 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

fixed some response bug... registerResource shall not return a boolean value,...

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
parent f46d6923
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment