Help for this page

Select Code to Download


  1. or download this
    POST http://ews.expoexchange.com/RealTimeServices/export.asmx
    Accept: text/xml
    ...
          >10</pageToken>
          <currentPage
          >1</currentPage></PullRegistrantList></SOAP-ENV:Body></SOAP-ENV:
    +Envelope>
    
  2. or download this
    POST /RealTimeServices/export.asmx HTTP/1.1
    Host: ews.expoexchange.com
    ...
        </PullRegistrantList>
      </soap:Body>
    </soap:Envelope>
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my @parameters = ( $BeginDate, $EndDate, $pageToken, $currentPage, $Da
    +taExportHeader );
    
    print $client->call( SOAP::Data->name('PullRegistrantList')->attr( { x
    +mlns => 'http://expoexchange.com/realtimeservices/' } ) => @parameter
    +s )->result;