How to set minOccurs to 1

后端 未结 3 1190
慢半拍i
慢半拍i 2021-01-15 16:09

I\'m building an ASP.NET web service.

I\'ve got my code defined as below, but I can\'t figure out how to the the wsdl to specify the minOccurs of the FirstName and

3条回答
  •  深忆病人
    2021-01-15 16:37

    It turns out that the WSDL is not used to validate incoming XML. It wouldn't matter whether or not you could specify minOccurs - it would not be used to validate the input.

提交回复
热议问题