37232. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 10:54:19 AM 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.

37232.1 Files compared

# Location File Last Modified
1 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee\service EeService.java Wed Jan 16 16:06:28 2019 UTC
2 v1_iter_1_VIP_Build_4_Dec_2018_CG.zip\v1_iter_1_VIP_Build_4\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\ee\service EeService.java Thu Jan 17 14:39:37 2019 UTC

37232.2 Comparison summary

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

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

37232.4 Active regular expressions

No regular expressions were active.

37232.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   }