37304. EPMO Open Source Coordination Office Redaction File Detail Report

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

37304.1 Files compared

# Location File Last Modified
1 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\oit\oed\vaww VAIdMPort.java Mon Apr 9 18:52:38 2018 UTC
2 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\oit\oed\vaww VAIdMPort.java Wed Apr 11 19:12:15 2018 UTC

37304.2 Comparison summary

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

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

37304.4 Active regular expressions

No regular expressions were active.

37304.5 Comparison detail

  1  
  2   package go v.va.oit.o ed.vaww;
  3  
  4   import jav ax.jws.Web Method;
  5   import jav ax.jws.Web Param;
  6   import jav ax.jws.Web Result;
  7   import jav ax.jws.Web Service;
  8   import jav ax.jws.soa p.SOAPBind ing;
  9   import jav ax.xml.bin d.annotati on.XmlSeeA lso;
  10  
  11  
  12   /**
  13    * This cl ass was ge nerated by  the JAX-W S RI.
  14    * JAX-WS  RI 2.2.4-b 01
  15    * Generat ed source  version: 2 .2
  16    * 
  17    */
  18   @WebServic e(name = " VAIdMPort" , targetNa mespace =  "http:// DNS . URL ")
  19   @SOAPBindi ng(paramet erStyle =  SOAPBindin g.Paramete rStyle.BAR E)
  20   @XmlSeeAls o({
  21       gov.va .oit.oed.v aww.Object Factory.cl ass
  22   })
  23   public int erface VAI dMPort {
  24  
  25       /**
  26        * 
  27        * @pa ram inboun dXML
  28        * @re turn
  29        *      returns j ava.lang.O bject
  30        */
  31       @WebMe thod(opera tionName =  "PRPA_IN2 01305UV02" )
  32         @WebResult (name = "P RPA_IN2013 05UV02Resp onse", tar getNamespa ce = "http :// DNS . URL ", partNam e = "retur nXML")
  33       public  Object pr paIN201305 UV02(
  34             @WebParam( name = "PR PA_IN20130 5UV02", ta rgetNamesp ace = "htt p:// DNS . URL ", partNam e = "inbou ndXML")
  35           Ob ject inbou ndXML);
  36  
  37  
  38   }