09.08.2015 Views

Broadband Customer Reporting – XML Release 2 Issue 16.8a

BBCR XML Interface Guide Eff 05/10/09 - BT Wholesale

BBCR XML Interface Guide Eff 05/10/09 - BT Wholesale

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

• Flexible -works in both NT and UNIX environments• Speed <strong>–</strong> PERL extensive string processing facilities make it a good choicePseudo-code of ScriptBelow are the heavily simplified series of steps which the script goes through:1. Take report name and report parameters from command line2. Read in username and password of user (which is hard-coded in the script)3. Pass all 4 of these parameters forward in an https URL to the server4. Do an https GET to extract all the tags from the page and pipe these to a text file; if this operation fails then return an errorcode and messageInvocation of ScriptThe script can be run from the command line as follows:For the existing version of the Orders Delta:perl actuate_xml.pl “<strong>Release</strong>+2/<strong>XML</strong>/Order+Delta+Dates+<strong>XML</strong>”“&pDeltaFromDate=27/12/2003+00:00:00&pDeltaToDate=28/12/2003+00:00:00”Running the script with the above parameters make the script run the <strong>Release</strong> 2 version ‘Order Delta Dates <strong>XML</strong>’ report, and pullsback all the Orders which have had a status change between 27/12/2003 00:00:00 and 28/12/2003 00:00:00.For the Generic Modify version of Orders Delta::perl actuate_xml.pl “<strong>Release</strong>+2/<strong>XML</strong>/Order+Delta+GM+Dates+<strong>XML</strong>”“&pDeltaFromDate=27/12/2003+00:00:00&pDeltaToDate=28/12/2003+00:00:00”Running the script with the above parameters make the script run the <strong>Release</strong> 2 version ‘Order Delta GM Dates <strong>XML</strong>’ report, andpulls back all the Orders which have had a status change between 27/12/2003 00:00:00 and 28/12/2003 00:00:00.Please note that this is a change in v10Similarly:

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!