SoapIntegrationDomain data structure

Element

Description

Type

Occurrences

name

Name of an Event Domain

string

1

serviceList

List of Integration Services associated with the specified Event Domain

SoapServiceList

1

Specification:

<xs:complexType name="SoapIntegrationDomain">

  <xs:sequence>

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

    <xs:element name="serviceList" nillable="true" type="ns:SoapServiceList"/>

  </xs:sequence>

</xs:complexType>

Example