SoapIntegrationService data structure

Element

Description

Type

Occurrences

domain

Event Domain with associated Integration Services

SoapIntegrationDomain

1

Specification:

<xs:complexType name="SoapIntegrationService">

  <xs:sequence>

    <xs:element minOccurs="0" maxOccurs="unbounded" name="domain" nillable="true" type="ns:SoapIntegrationDomain"/>

  </xs:sequence>

</xs:complexType>

Example