Fix WSDL for getAttributes (#816)

This commit is contained in:
Clément Oudot 2015-05-05 12:11:00 +00:00
parent 1caa11c724
commit b71e06b246

View File

@ -59,7 +59,7 @@ $attrList
</complexType>
<complexType name="GetAttributesResponse">
<sequence>
<element name="errorCode" type="xsd:int"></element>
<element name="error" type="xsd:int"></element>
<element name="attributes" type="tns1:AttributesSequence"></element>
</sequence>
</complexType>