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
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.