You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Andreas Bobek <an...@uni-rostock.de> on 2006/02/16 14:19:25 UTC

[Axis2-0.94] messages with RelatesTo message id are not processed

Hi all,

I have a problem related to the message id in the RelatesTo SOAP header:

If somebody sends a message with a RelatesTo message id, Axis tries to find
the related OperationContext when the InstanceDispatcher is invoked.
OperationContext are stored in the operation context map within
ConfigurationContext. If a related OperationContext is not found there,
AxisFault is thrown and message processing stops.

How can I disable this feature? Because in my case the first message (the
outgoing one) is a out-only MEP, e.g. fire and forget. And the response
messages (there can be more than one) are in-only MEPs which contain the
message id of the first message in the RelatesTo header.

Thanks, Andreas Bobek.