Type Systems Used by SOAP Encoding: Struct | ||
Complex data types, such as a struct and an array, consist of several parts. In the C++ code example, a sample struct definition for AllStudent is defined. struct AllStudent AllStudent student = {"A108”, "Rob", "Jenkins", 14}; In the XML code example, the student variable is serialized into a SOAP message payload. |
|
|
Click the Next button to continue. |