简体   繁体   English

Soap WSDL with Null

[英]Soap WSDL with Null

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>
<serialNumber xsi:nil="true" />

请参阅w3.org XML Schema

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM