ListPNPPackages

The samples below reflect a ListPNPPackages request and response.

Request

<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:ListPNPPackages>
         <v2:request>
            <data:AccountId>5</data:AccountId>
         </v2:request>
      </v2:ListPNPPackages>
   </soap:Body>
</soap:Envelope>

Response

<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">
      <ListPNPPackagesResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
         <ListPNPPackagesResult>
            <Packages xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
               <PNPPackage>
                  <packageId>3</packageId>
                  <contentUri>expere://Deposit201742.PKGPKT/3</contentUri>
                  <displayName>DepositAccountOpening - (3)</displayName>
               </PNPPackage>
            </Packages>
         </ListPNPPackagesResult>
      </ListPNPPackagesResponse>
   </s:Body>
</s:Envelope>