I'm working with a WSDL that has optional fields, e.g., '<xs:element name="alarmTally" type="xs:int" minOccurs="0"/>'.
When the client does not supply a field, how is the server supposed to know if the field was omitted?
I'm working with a WSDL that has optional fields, e.g., '<xs:element name="alarmTally" type="xs:int" minOccurs="0"/>'.
When the client does not supply a field, how is the server supposed to know if the field was omitted?