Soap WSDL with Null

4.4k Views Asked by At

I need to specify a parameter in a function which is nullable. This doesn't work:

<message name="SaveRequest">
    <part name="serialNumber" nillable="true" type="xsd:int"/>
</message>
1

There are 1 best solutions below

2
On
<serialNumber xsi:nil="true" />

See w3.org XML Schema