37214. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/12/2018 3:21:00 PM Eastern Daylight 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.

37214.1 Files compared

# Location File Last Modified
1 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee\service EeService.java Mon Apr 9 18:52:50 2018 UTC
2 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee\service EeService.java Tue Apr 10 23:18:27 2018 UTC

37214.2 Comparison summary

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

37214.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

37214.4 Active regular expressions

No regular expressions were active.

37214.5 Comparison detail

  1   package go v.va.ee.se rvice;
  2  
  3   import jav a.net.Malf ormedURLEx ception;
  4   import jav a.net.URL;
  5   import jav a.util.Map ;
  6  
  7   import jav ax.xml.ws. BindingPro vider;
  8  
  9   import gov .va.caret. soap.util. HeaderHand lerResolve r;
  10   import gov .va.caret. util.Caret Util;
  11   import gov .va.ee.EeS ummaryPort ;
  12   import gov .va.ee.EeS ummaryPort Service;
  13   import gov .va.ee.Get EESummaryR equest;
  14   import gov .va.ee.Get EESummaryR esponse;
  15   import gov .va.iam.es ig.dss.Exc eption_Exc eption;
  16  
  17   public cla ss EeServi ce {
  18  
  19           pu blic final  static St ring appId  = "200CAR E";
  20           fi nal static  String re ason = "Ap prove";
  21           fi nal static  String fi leName = " 10-10CG.pd f";
  22           
  23           pr ivate EeSe rvice(){}
  24           
  25           pr ivate stat ic EeSumma ryPort get EeSummaryP ort(){
  26                    
  27                    EeSu mmaryPortS ervice eeS ummaryPort Service =  null;
  28                    try  {
  29                             eeSumm aryPortSer vice = new  EeSummary PortServic e(new URL( CaretUtil. getEEWsdlo cation())) ;
  30                    } ca tch (Malfo rmedURLExc eption e)  {
  31                             // TOD O Auto-gen erated cat ch block
  32                             e.prin tStackTrac e();
  33                    }
  34                    
  35                    Head erHandlerR esolver ha ndlerResol ver = new  HeaderHand lerResolve r();
  36                     //eeSummar yPortServi ce.addPort ("eeSummar yPortSoap1 1", "eeSum maryPortSo ap11", "ht tp:// DNS . URL : PORT /esr-ws/sp ring-ws/ge tEESummary /");
  37                    eeSu mmaryPortS ervice.set HandlerRes olver(hand lerResolve r);
  38                    EeSu mmaryPort  eeSummaryP ort = eeSu mmaryPortS ervice.get EeSummaryP ortSoap11( );
  39                    retu rn eeSumma ryPort;
  40           }
  41           
  42           pu blic stati c GetEESum maryRespon se getEESu mmary(GetE ESummaryRe quest getE ESummaryRe quest) thr ows Except ion_Except ion{
  43                    retu rn getEeSu mmaryPort( ).getEESum mary(getEE SummaryReq uest);
  44           }
  45   }