This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
#Required Libraries | |
use strict; | |
use warnings; | |
use utf8; | |
use LWP::UserAgent; | |
use HTTP::Request::Common qw(GET); | |
use XML::XPath; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var IntegrationHelper = Class.create(); | |
IntegrationHelper.prototype = { | |
initialize: function() { | |
}, | |
/* | |
* getEccResponse | |
* | |
* This method will take the sysID of an output record on the ECC queue |