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

repaired wsdl? hm... hope so.

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@12768 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 96df2eec
No related branches found
No related tags found
No related merge requests found
...@@ -249,6 +249,11 @@ ...@@ -249,6 +249,11 @@
maxOccurs="1" /> maxOccurs="1" />
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
<!-- ########################################################### -->
<!-- ## Typ-Definitionen FAULTS -->
<!-- ########################################################### -->
<xsd:element name="authenticationFaultResponse" type="tns:TextGridFaultType" /> <xsd:element name="authenticationFaultResponse" type="tns:TextGridFaultType" />
<xsd:element name="unknownProjectFaultResponse" type="tns:TextGridFaultType" /> <xsd:element name="unknownProjectFaultResponse" type="tns:TextGridFaultType" />
<xsd:element name="rbacFaultResponse" type="tns:TextGridFaultType" /> <xsd:element name="rbacFaultResponse" type="tns:TextGridFaultType" />
...@@ -332,6 +337,11 @@ ...@@ -332,6 +337,11 @@
<wsdl:message name="nearlyPublishResponse"> <wsdl:message name="nearlyPublishResponse">
<wsdl:part element="tns:booleanResponse" name="nearlyPublishOutput" /> <wsdl:part element="tns:booleanResponse" name="nearlyPublishOutput" />
</wsdl:message> </wsdl:message>
<!-- ################################################################### -->
<!-- ## WSDL-Messages FAULTS -->
<!-- ################################################################### -->
<wsdl:message name="authenticationFault"> <wsdl:message name="authenticationFault">
<wsdl:part element="tns:authenticationFaultResponse" name="authenticationFault" /> <wsdl:part element="tns:authenticationFaultResponse" name="authenticationFault" />
</wsdl:message> </wsdl:message>
......
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