Sample reply for SubmitEx2

The following code is a sample SubmitEx2 reply.

<soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
  <soap:Body> 
    <ns1:SubmitExResponse xmlns="http://wsdl.aia_itp.com"> 
      <SubmitExResult> 
        <error>OK</error> 
        <outDocuments>
          <Doc> 
            <content>base64Binary</content> 
            <id>string</id> 
          </Doc> 
        </outDocuments> 
        <outKeyValues> 
          <KeyValue> 
            <key>string</key> 
            <value>string</value> 
          </KeyValue> 
          <KeyValue> 
            <key>string</key> 
            <value>string</value> 
          </KeyValue> 
        </outKeyValues> 
        <progress> 
          <string>string</string> 
          <string>string</string> 
        </progress> 
      </ns1:SubmitExResult> 
    </ns1:SubmitExResponse> 
  </soap:Body> 
</soap:Envelope>