Sample BeginSession Request and Response

Sample Request

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2" xmlns:doc="http://www.wolterskluwerfs.com/Osprey/DocViewerInterface" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
   <soap:Header/>
   <soap:Body>
      <v2:BeginSession>
         <!--Optional:-->
         <v2:accountId>197</v2:accountId>
         <!--Optional:-->
         <v2:txn><![CDATA[[<<Txn xmlns="http://schemas.bankerssystems.com/2004/ExpereTxn"></Txn>]]></v2:txn>
        <v2:packages>
            <!--Zero or more repetitions:-->
            <doc:Package>
               <!--Optional:-->
               <doc:Id>expere://Comm201442/PKG.CommercialClosing</doc:Id>
               <!--Optional:-->
              
            </doc:Package>
         </v2:packages>
 
         <v2:redirectOnCompletionUrl>http://testsite.org</v2:redirectOnCompletionUrl>
         <!--<v2:dictInfo>
    
            <doc:OverlayDictionaryName>?</doc:OverlayDictionaryName>
          
            <doc:PrecedenceLevel>?</doc:PrecedenceLevel>
         </v2:dictInfo>-->
      </v2:BeginSession>
   </soap:Body>

Sample Response

<BeginSessionResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
               <BeginSessionResult xmlns:b="http://www.wolterskluwerfs.com/Osprey/DocViewerInterface"
                                   xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
                  <b:Error i:nil="true"/>
                  <b:ErrorId i:nil="true"/>
                  <b:RedirectUrl>https://ct-expere.wolterskluwerfs.com/DocViewerInterfaceHtml/</b:RedirectUrl>
                  <b:SWT>&lt;BinarySecurityToken ValueType="http://schemas.xmlsoap.org/ws/2009/11/swt-token-profile-1.0" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"&gt;U2Vzc2lvbklkPTU2MjNiMmU3LTAxNGEtNGUzOC05ZTI4LTY3ZDk3M2VlMDJkMyU3YzEwNTk1ODc3OTImaHR0cCUzYSUyZiUyZnNjaGVtYXMueG1sc29hcC5vcmclMmZ3cyUyZjIwMDUlMmYwNSUyZmlkZW50aXR5JTJmY2xhaW1zJTJmbmFtZT1leHBlcmUlNDBuY2luby5jb20mSXNzdWVyPWRvY3ZpZXdlci53b2x0ZXJza2x1d2VyZnMuY29tJkF1ZGllbmNlPSZFeHBpcmVzT249MTQ1MDIxNTE1OSZITUFDU0hBMjU2PVFUZnVuNFNMSURXMG5iaDg3czglMmJIZzF5eVp3R3VMTjFBM3R1RkJmaE5XTSUzZA==&lt;/BinarySecurityToken&gt;</b:SWT>
                  <b:SessionId>5623b2e7-014a-4e38-9e28-67d973ee02d3</b:SessionId>
               </BeginSessionResult>
            </BeginSessionResponse>