I4GL migration guide / Migrate an I4GL web service consumer to Genero |
I4GL is based on Axis web service for the SOAP layer and sends by default requests in MTOM/XOP and 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 want your Genero client application to communicate with an I4GL web service provider.
<parameter name="enableMTOM" locked="false">true</parameter> <module ref="addressing"/>