SoapRecipient data structure

Element

Description

Type

Occurrences

targetName

Recipient target name

string

1

type

Recipient type

string

1

Specification:

<xs:complexType name="SoapRecipient">
  <xs:sequence>
    <xs:element name="targetName" nillable="true" type="xs:string" />
    <xs:element name="type" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Example