GetRequestStatus

The samples below a GetRequestStatus request and response.

Request - Generate

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2" xmlns:data="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
   <soap:Header/>
   <soap:Body>
      <v2:GetRequestStatus>
         <v2:request>
            <data:AccountIdentifier>5</data:AccountIdentifier>
            <data:TransactionIdentifer>935040</data:TransactionIdentifer>
         </v2:request>
      </v2:GetRequestStatus>
   </soap:Body>
</soap:Envelope>

Request - Select

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2" xmlns:data="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
   <soap:Header/>
   <soap:Body>
      <v2:GetRequestStatus>
         <v2:request>
            <data:AccountIdentifier>5</data:AccountIdentifier>
            <data:TransactionIdentifer>935029</data:TransactionIdentifer>
         </v2:request>
      </v2:GetRequestStatus>
   </soap:Body>
</soap:Envelope>

Response - Generate

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <GetRequestStatusResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
         <GetRequestStatusResult>
            <RequestStatusOut>
               <TransactionIdentifer xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">935040</TransactionIdentifer>
               <PassthroughIdentifier xsi:nil="true" xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
               <State xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">Successful</State>
               <APICall xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">Generate</APICall>
               <DeliveryStatus xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
               <DeliveryDate xsi:nil="true" xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
               <CallbackStatus xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">NotRequested</CallbackStatus>
            </RequestStatusOut>
         </GetRequestStatusResult>
      </GetRequestStatusResponse>
   </s:Body>
</s:Envelope>

Response - Select

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <GetRequestStatusResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
         <GetRequestStatusResult>
            <RequestStatusOut>
               <TransactionIdentifer xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">935029</TransactionIdentifer>
               <PassthroughIdentifier xsi:nil="true" xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
               <State xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">Successful</State>
               <APICall xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">Select</APICall>
               <DeliveryStatus xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
               <DeliveryDate xsi:nil="true" xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
               <CallbackStatus xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">NotRequested</CallbackStatus>
            </RequestStatusOut>
         </GetRequestStatusResult>
      </GetRequestStatusResponse>
   </s:Body>
</s:Envelope>