Step 9: Disable Axis support of MTOM/XOP and WS-Addressing

I4GL is based on Axis web service for the SOAP layer and sends by default requests in MTOM/XOPand with support of WS-Addressing. However, Genero Web services doesn't support MTOM/XOP and WS-Addressing, therefore you have to unset both features on your Axis installation if you still want your I4GL client applications to communicate with the Genero web service after migration.

For example, the Axis installation contains a file called axis.xml where following two lines have to be removed:
<parameter name="enableMTOM" locked="false">true</parameter>
<module ref="addressing"/>