Skip to content

Commit

Permalink
Merge pull request #1698 from ikedas/issues-1676+1696
Browse files Browse the repository at this point in the history
SOAP: Fix typos in sympa.wsdl
  • Loading branch information
racke authored Dec 1, 2023
2 parents 0f32bed + 87fa991 commit 38faeb0
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 38faeb0

Please sign in to comment.