Skip to content

Commit

Permalink
refactor: update WSDL to reflect new fields
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Aug 1, 2024
1 parent 410fd53 commit 45bca18
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<xs:element minOccurs="0" name="inhoud" nillable="true" type="xs:string"/>
<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:sequence>
</xs:complexType>
</xs:element>
Expand All @@ -89,6 +91,8 @@
<xs:element minOccurs="0" name="inhoud" nillable="true" type="xs:string"/>
<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:sequence>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit 45bca18

Please sign in to comment.