3337. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:50:05 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.

3337.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:05 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-ext-svc-facades\src\main\resources\gov\va\nvap\esr\adapter esr-proxy.xml Fri Apr 21 20:03:26 2017 UTC

3337.2 Comparison summary

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

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

3337.4 Active regular expressions

No regular expressions were active.

3337.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <beans 
        6     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans "
        7           
        8     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
        9           
        10     xmlns:util ="http://w ww.springf ramework.o rg/schema/ util"
        11           
        12     xmlns:cont ext="http: //www.spri ngframewor k.org/sche ma/context "
        13           
        14     xmlns:p="h ttp://www. springfram ework.org/ schema/p"
        15           
        16     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
        17           
        18     xsi:schema Location=" http://www .springfra mework.org /schema/be ans
        19                 http://ww w.springfr amework.or g/schema/b eans/sprin g-beans-2. 5.xsd
        20                 http://ww w.springfr amework.or g/schema/u til
        21                 http://ww w.springfr amework.or g/schema/u til/spring -util-2.5. xsd
        22                 http://ww w.springfr amework.or g/schema/j ee http:// www.spring framework. org/schema /jee/sprin g-jee-2.5. xsd
        23                 http://ww w.springfr amework.or g/schema/c ontext
        24                 http://ww w.springfr amework.or g/schema/c ontext/spr ing-contex t-2.5.xsd"
        25   >
        26    
        27             
        28     <bean 
        29      id="esrSer viceEndpoi nt"
        30                      
        31      class="gov .va.nvap.s erver.endp oint.esr.E nrollmentS erviceEndp oint"
        32     >
        33                       
        34      <property 
        35       name="esrS erviceTemp late"
        36                                
        37       ref="esrSe rviceTempl ate" 
        38      />
        39              
        40     </bean>
        41    
        42             
        43     <bean 
        44      id="esrSer viceTempla te"
        45                      
        46      class="org .springfra mework.ws. client.cor e.WebServi ceTemplate "
        47     >
        48                       
        49      <construct or-arg 
        50       ref="messa geFactory"  
        51      />
        52                       
        53      <property 
        54       name="mars haller" 
        55       ref="esrSe rviceMarsh aller" 
        56      />
        57                       
        58      <property 
        59       name="unma rshaller" 
        60       ref="esrSe rviceMarsh aller" 
        61      />
        62                       
        63      <property 
        64       name="defa ultUri"
        65                                
        66       value="${e srWebServi ce.service Location}"  
        67      />
        68                       
        69      <property 
        70       name="inte rceptors"
        71      >
        72                    
        73       <list>
        74                         
        75        <ref 
        76         local="wss 4jSecurity Intercepto r"
        77        />
        78                     
        79       </list>
        80               
        81      </property >
        82              
        83     </bean>
        84    
        85    
        86             
        87     <bean 
        88      id="esrSer viceMarsha ller"
        89                      
        90      class="org .springfra mework.oxm .jaxb.Jaxb 2Marshalle r"
        91     >
        92                       
        93      <property 
        94       name="clas sesToBeBou nd"
        95      >
        96                                 
        97       <list>
        98                                           
        99        <value>
        100         gov.va.med .esr.webse rvices.jax ws.schemas .GetEESumm aryRequest
        101        </value>
        102                                           
        103        <value>
        104                                                     gov.va.med .esr.webse rvices.jax ws.schemas .GetEESumm aryRespons e
        105                                            
        106        </value>
        107                                  
        108       </list>
        109                        
        110      </property >
        111              
        112     </bean>
        113    
        114             
        115     <bean 
        116      id="wss4jS ecurityInt erceptor"
        117                 
        118      class="org .springfra mework.ws. soap.secur ity.wss4j. Wss4jSecur ityInterce ptor"
        119     >
        120                  
        121      <!-- The w eb service  provider  requires u s to pass  a UserName  and Passw ord -->
        122             
        123      <property 
        124       name="secu rementActi ons" 
        125       value="Use rnameToken
        126      />
        127             
        128      <property 
        129       name="secu rementUser name" 
        130       value="${e srWebServi ce.Logon.U serName}" 
        131      />
        132             
        133      <property 
        134       name="secu rementPass word" 
        135       value="${e srWebServi ce.Logon.P assword}" 
        136      />
        137             
        138      <property 
        139       name="secu rementPass wordType" 
        140       value="Pas swordText"  
        141      />
        142       
        143      <!--  Pass wordDigest (Default)  -->
        144          
        145     </bean>
        146   </beans>