53. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 1:51:42 PM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

53.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ccra\ccra_HSIE_IC\ES\Client eeSummaryPortSoap.cls Thu Jan 10 13:20:04 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ccra\ccra_HSIE_IC\ES\Client eeSummaryPortSoap.cls Thu Jan 10 16:31:18 2019 UTC

53.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 40
Changed 1 2
Inserted 0 0
Removed 0 0

53.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

53.4 Active regular expressions

No regular expressions were active.

53.5 Comparison detail

  1    Class ES.C lient.eeSu mmaryPortS oap Extend s %SOAP.We bClient [  ProcedureB lock ]
  2    {
  3   
  4    /// This i s the name space used  by the Se rvice
  5    Parameter  NAMESPACE  = "http:// jaxws.webs ervices.es r DOMAIN . EXT  /schemas";
  6   
  7    /// Determ ines handl ing of Sec urity head er.
  8    Parameter  SECURITYIN  = "ALLOW" ;
  9   
  10    /// This i s the name  of the Se rvice
  11    Parameter  SERVICENAM E = "eeSum maryPortSe rvice";
  12   
  13    /// This i s the SOAP  version s upported b y the serv ice.
  14    Parameter  SOAPVERSIO N = 1.1;
  15   
  16    Method get EESummary( key As %St ring(REQUI RED=1), ke yType As % String, re questName  As %String (REQUIRED= 1), income Year As %x sd.int, Ou tput summa ry As ES.s ch.eeSumma ry, Output  eesVersio n As %Stri ng, Output  invocatio nDate As % TimeStamp,  Output no DataMessag e As %Stri ng) [ Fina l, Procedu reBlock =  1, SoapBin dingStyle  = document , SoapBody Use = lite ral, WebMe thod ]
  17    {
  18     Do (..Web Method("ge tEESummary ","getEESu mmaryReque st")).Invo ke($this," ",.key,.ke yType,.req uestName,. incomeYear ,.summary, .eesVersio n,.invocat ionDate,.n oDataMessa ge)
  19    }
  20   
  21    }