Skip to content

Commit

Permalink
SOAP: Fix typos in sympa.wsdl
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed Jul 12, 2023
1 parent 4f62c3a commit 87fa991
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions default/sympa.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<element name="reception" minOccurs="0" type="string"/>
<element name="subscribeDate" minOccurs="0" type="string"/>
<element name="updateDate" minOccurs="0" type="string"/>
<element name="custom" minOccurs="0" type="ArrayOfCustom"/>
<element name="custom" minOccurs="0" type="tns:ArrayOfCustom"/>
</all>
</complexType>
</schema>
Expand Down Expand Up @@ -293,27 +293,27 @@
</message>

<message name="getDetailsResponse">
<part name="return" type="xsd:detailsType"/>
<part name="return" type="tns:detailsType"/>
</message>

<message name="setDetailsRequest">
<part name="list" type="xsd:string"/>
<part name="gecos" type="xsd:string"/>
<part name="reception" type="xsd:string" xsd:minOccurs="0"/>
<part name="custom" type="xsd:ArrayOfCustom" xsd:minOccurs="0"/>
<part name="custom" type="tns:ArrayOfCustom" xsd:minOccurs="0"/>
</message>

<message name="setDetailsResponse">
<part name="return" type="xsd:boolean"/>
</message>

<message name="setCustom">
<message name="setCustomRequest">
<part name="list" type="xsd:string"/>
<part name="key" type="xsd:string"/>
<part name="value" type="xsd:string" xsd:minOccurs="0"/>
</message>

<message name="setCustom">
<message name="setCustomResponse">
<part name="return" type="xsd:boolean"/>
</message>

Expand Down

0 comments on commit 87fa991

Please sign in to comment.