Skip to content

Commit

Permalink
fix: change WSDL element typing to prevent duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Aug 6, 2024
1 parent 73d1725 commit 6f4457b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<xs:element minOccurs="0" name="filename" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="filedata" nillable="true" type="xs:base64Binary"/>
<xs:element minOccurs="0" name="dossiercode" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="afgehandeld" nillable="true" type="xs:int"/>
<xs:element minOccurs="0" name="afgehandeld" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -92,7 +92,7 @@
<xs:element minOccurs="0" name="filename" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="filedata" nillable="true" type="xs:base64Binary"/>
<xs:element minOccurs="0" name="dossiercode" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="afgehandeld" nillable="true" type="xs:int"/>
<xs:element minOccurs="0" name="afgehandeld" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit 6f4457b

Please sign in to comment.