elixir-soap / soap

SOAP client for Elixir programming language
MIT License
135 stars 75 forks source link

Parsing custom XSD data types and conversion XML date with params #20

Closed Nitrino closed 6 years ago

Nitrino commented 6 years ago

XSD support custom data types, like these:

<xsd:simpleType name="WSTypeChar2048">
    <xsd:restriction base="xsd:string">
        <xsd:maxLength value="2048"/>
    </xsd:restriction>
</xsd:simpleType>

We must parse them and validate passed native data types