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.