Changes between Version 10 and Version 11 of i2b2 HowTo Switch on Web Services


Ignore:
Timestamp:
11/03/15 08:54:14 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 HowTo Switch on Web Services

    v10 v11  
     1= i2b2 HowTo Switch on Web Services
     2
     3Tags: [[i2b2]] [[HowTo]]
     4
     5//Not sure what this refers to, but it might be important//
     6
     7== Introduction
     8
    19The out of the box VM setup for i2B2 has its web services definition (wsdl) switched 'off' by default.
    210
    311To enable the WSDL, the following steps must be taken
    412
    5 Step 1
     13== Procedure
     14
     15=== Step 1
    616
    717Edit the file /opt/jboss-4.2.2.GA/server/default/deploy/i2b2.war/WEB-INF/conf/axis2.xml to
     
    1222</messageReceivers>
    1323
    14 Step 2
     24=== Step 2
    1525
    1626Overwrite the files in the directory /opt/jboss-4.2.2.GA/server/default/deploy/i2b2.war/WEB-INF/services
    1727
    18 There are 6 files to overwrite 
     28There are 6 files to overwrite:
    1929
    20 ProjectManagement.aar
    21 FRC.aar
    22 Ontology.aar
    23 QueryProcessor.aar
    24 version.aar
    25 Workplace.aar
     30- ProjectManagement.aar
     31- FRC.aar
     32- Ontology.aar
     33- QueryProcessor.aar
     34- version.aar
     35- Workplace.aar
    2636
    2737(place them in svn)
    2838
    29 Step 3
     39=== Step 3
    3040
    3141Stop server:: /opt/jboss-4.2.2.GA/bin/shutdown.sh -S