Skip to content
Snippets Groups Projects
Commit b6d27af8 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@12687 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent c594e243
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,14 @@
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="operationsetResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="operation" type="xsd:string"
minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="unregisterResourceRequest">
<xsd:complexType>
<xsd:sequence>
......
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