ZVON > References > SOAP Reference

Go to standard

string

Standard excerpt:

The string datatype represents character strings in XML. The value space of string is the set of finite-length sequences of UCS characters ([ISO 10646] and [Unicode]). A UCS character (or just character, for short) is an atomic unit of communication; it is not further specified except to note that every UCS character has a corresponding UCS code point, which is an integer. The order-relation of string is the lexicographic ordering by [Unicode] code point.


Examples:

<SOAP-ENC:string>How are you?</SOAP-ENC:string>
<foo xsi:type="SOAP-ENC:string">How are you?</foo>
<SOAP-ENC:string>@#$%^*()</SOAP-ENC:string>
<foo xsi:type="SOAP-ENC:string">@#$%^*()</foo>