3.1.4.56.2.2 ProcessRestRequestResponse

The ProcessRestRequestResponse element specifies the result data for the ProcessRestRequest WSDL operation.

 <xs:element name="ProcessRestRequestResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="ProcessRestRequestResult" type="tns:CommandResult"/>
       <xs:element minOccurs="0" maxOccurs="1" name="result" type="tns:RestResult"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

ProcessRestRequestResult:  A CommandResult as specified in section 2.2.4.21. MUST be present.

result: A RestResult as specified in section 3.1.4.56.3.2.  MUST be present.