SoapNotificationResponse data structure

Element

Description

Type

Occurrences

responseChoice

Response chosen

string

1

responseTime

Time the response was chosen

string

1

Specification:

<xs:complexType name="SoapNotificationResponse">

  <xs:sequence>

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

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

  </xs:sequence>

</xs:complexType>

Example