SoapCustomField data structure

Element

Description

Type

Occurrences

name

Custom Field name

string

1

value

Custom Field value

string

1

Specification:

<xs:complexType name="SoapCustomField">

  <xs:sequence>

    <xs:element name="name" nillable="true" type="xs:string"/>

    <xs:element name="value" nillable="true" type="xs:string"/>

  </xs:sequence>

</xs:complexType>

Example