Oliver,

Do you need direct control over the message ID content, or would the fact
the ID is unique be sufficient for your needs?

If the latter, why not just allow the CXF WS-Addressing layer generate
*all*the <wsa:*> headers?

The fact that you don't strictly need the <wsa:Action> to be set, doesn't
mean that this header will do any harm (other than the message being
slightly larger, or is that the issue?)

Cheers,
Eoghan


2009/8/31 Oliver Wulff <[email protected]>

> Hi there
>
> I want to pass a message id with each request and would like to use the
> WS-Addressing MessageID header. I noticed that the Action header is
> mandatory even these are two distinct soap headers:
> <wsa:MessageID>http://example.com/6B29FC40-CA47-1067-B31D-00DD010662DA
> </wsa:MessageID>
> <wsa:Action>http://example.com/fabrikam/mail/Delete</wsa:Action>
>
> Is it invalid to pass the MessageID header only? The Action Header is of no
> value to me.
>
> Thanks
> Oliver
>
>
>
>
>

Reply via email to