The webservice that I need to connect to has fields like this but the fields are not required fields
<Initials>string</Initials>
<SurName>string</SurName>
<IDNo>string</IDNo>
<CompanyName>string</CompanyName>
If I capture fields the raw data looks like this
<Initials>TP</Initials>
<SurName>Davidson</SurName>
<IDNo/>
<CompanyName/>
Is the format of the IDNo and CompnayName OK, or should it be created as <IDNo></IDNo> ?