wiki:i2b2 HowTo Switch on Web Services

Version 3 (modified by shajid.issa, 12 years ago) ( diff )

--

The out of the box VM setup for i2B2 has its web services definition (wsdl) switched 'off' by default.

To enable the WSDL, the following steps must be taken

Step 1

Edit the file /opt/jboss-4.2.2.GA/server/default/deploy/i2b2.war/WEB-INF/conf/axis2.xml to

<messageReceivers> <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only"class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/> <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> </messageReceivers>

Note: See TracWiki for help on using the wiki.