136. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 1:51:43 PM 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.

136.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ccra\ccra_HSIE_IC\SEOC\Maintenance SoapSEOCInSoap.cls Thu Jan 10 13:20:00 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ccra\ccra_HSIE_IC\SEOC\Maintenance SoapSEOCInSoap.cls Thu Jan 10 16:31:30 2019 UTC

136.2 Comparison summary

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

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

136.4 Active regular expressions

No regular expressions were active.

136.5 Comparison detail

  1    Class SEOC .Maintenan ce.SoapSEO CInSoap Ex tends %SOA P.WebClien t [ Proced ureBlock ]
  2    {
  3   
  4    /// This i s the URL  used to ac cess the w eb service .
  5    Parameter  LOCATION =  "http:// DNS    dbscra801. aac. DOMAIN . EX :58774/hsr m/Region.U SXX.Tools. SEOC.Maint enance.Pro cess.cls";
  6   
  7    /// This i s the name space used  by the Se rvice
  8    Parameter  NAMESPACE  = "http:// www.inters ystems.com /trak/ws";
  9   
  10    /// Use xs i:type att ribute for  literal t ypes.
  11    Parameter  OUTPUTTYPE ATTRIBUTE  = 1;
  12   
  13    /// Determ ines handl ing of Sec urity head er.
  14    Parameter  SECURITYIN  = "ALLOW" ;
  15   
  16    /// This i s the name  of the Se rvice
  17    Parameter  SERVICENAM E = "Soap_ SEOC_In";
  18   
  19    /// This i s the SOAP  version s upported b y the serv ice.
  20    Parameter  SOAPVERSIO N = 1.1;
  21   
  22    Method Mai n(SEOCData  As SEOC.M aintenance .s0.SEOCDa ta) As %xs d.base64Bi nary [ Fin al, Proced ureBlock =  1, SoapBi ndingStyle  = documen t, SoapBod yUse = lit eral, WebM ethod ]
  23    {
  24     Quit ..We bMethod("M ain").Invo ke($this," http://www .intersyst ems.com/tr ak/ws/Regi on.USXX.To ols.SEOC.M aintenance .Process.M ain",.SEOC Data)
  25    }
  26   
  27    }
        28   T