Step 9: Disable Axis support of MTOM/XOP

I4GL is based on Axis Web service for the SOAP layer and sends by default requests in MTOM/XOP. However, Genero Web services doesn't support MTOM/XOP. You must unset the MTOM/XOP feature on your Axis installation if you 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 line must be removed:
<parameter name="enableMTOM" locked="false">true</parameter>