SoapService data structure

Element

Description

Type

Occurrences

name

Name of the service

string

1

status

Service status

string

1

url

Service URL

string

1

Specification:

<xs:complexType name="SoapService">
  <xs:sequence>
    <xs:element name="name" nillable="true" type="xs:string"/>
    <xs:element name="status" nillable="true" type="xs:string"/>
    <xs:element name="url" nillable="true" type="xs:string"/>
  </xs:sequence>
</xs:complexType>

Example