Changes between Version 2 and Version 3 of i2b2 HowTo Switch on Web Services
- Timestamp:
- 11/15/11 17:24:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 HowTo Switch on Web Services
v2 v3 1 1 The out of the box VM setup for i2B2 has its web services definition (wsdl) switched 'off' by default. 2 3 To enable the WSDL, the following steps must be taken 4 5 Step 1 6 7 Edit the file /opt/jboss-4.2.2.GA/server/default/deploy/i2b2.war/WEB-INF/conf/axis2.xml to 8 9 <messageReceivers> 10 <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only"class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/> 11 <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> 12 </messageReceivers> 13 14 15 16