80. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 8/22/2017 3:39:52 PM Central 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.

80.1 Files compared

# Location File Last Modified
1 PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\mvi VAIdMPort.java Thu Sep 1 20:23:08 2016 UTC
2 PRE-Inbound-eRx-2.0.4.056.zip\PRE-Inbound-eRx-2.0.4.056\PS_INB_ERX_Common\src\main\java\gov\va\med\pharmacy\wsclients\mvi VAIdMPort.java Tue Aug 22 16:22:50 2017 UTC

80.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 48
Changed 3 6
Inserted 0 0
Removed 0 0

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

80.4 Active regular expressions

No regular expressions were active.

80.5 Comparison detail

  1   package go v.va.med.p harmacy.ws clients.mv i;
  2  
  3   import jav ax.jws.Web Method;
  4   import jav ax.jws.Web Param;
  5   import jav ax.jws.Web Result;
  6   import jav ax.jws.Web Service;
  7   import jav ax.jws.soa p.SOAPBind ing;
  8   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
  9  
  10   /**
  11    * This cl ass was ge nerated by  Apache CX F 3.1.7
  12    * 2016-09 -01T15:21: 23.799-04: 00
  13    * Generat ed source  version: 3 .1.7
  14    * 
  15    */
  16   @WebServic e(targetNa mespace =  "http:// URL           . DNS     ", name =  "VAIdMPort ")
  17   @XmlSeeAls o({ObjectF actory.cla ss})
  18   @SOAPBindi ng(paramet erStyle =  SOAPBindin g.Paramete rStyle.BAR E)
  19   public int erface VAI dMPort {
  20  
  21       @WebMe thod(opera tionName =  "PRPA_IN2 01305UV02" )
  22         @WebResult (name = "P RPA_IN2013 06UV02", t argetNames pace = "ht tp:// URL           . DNS     ", partNam e = "retur nXML")
  23       public  PRPAIN201 306UV02 pr paIN201305 UV02(
  24             @WebParam( partName =  "inboundX ML", name  = "PRPA_IN 201305UV02 ", targetN amespace =  "http:// URL           . DNS     ")
  25           PR PAIN201305 UV02 inbou ndXML
  26       );
  27   }