I found this ticket that mentions a fix to enable MessageID in the response.
http://issues.apache.org/jira/browse/AXIS2-3275 Does anyone know what the 'option' is? Regrads, Mohannad ----- Original Message ----- Hi, I am using Axis2 1.4 and I need my response to have a MessageId. I tried using the following in axis2.xml but it didnt work, am I missing anything? <module ref="addressing"/> <!--Configuring module , providing parameters for modules whether they refer or not--> <moduleConfig name="addressing"> <parameter name="includeOptionalHeaders" locked="true">true</parameter> </moduleConfig> Regards, Mohannad Hammadeh
