Re: [Axis2] Defaulting behaviour when a wsa:To header is omitted from a request message.

2006-12-06 Thread Brian De Pradine
Hi Eran, My response is below. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Eran Chinthaka [EMAIL PROTECTED] wrote on

Re: [Axis2] Defaulting behaviour when a wsa:To header is omitted from a request message.

2006-12-01 Thread Eran Chinthaka
Brian De Pradine wrote: I agree with you about your claim on invalid messages being sent by Axis2, if that is happening now. If that is the case, we need to fix it in the sending logic and not in dispatchers or message context. The issue here is not with the sending logic, but with the

Re: [Axis2] Defaulting behaviour when a wsa:To header is omitted from a request message.

2006-11-28 Thread Brian De Pradine
Hi Eran, Please see my comments included below ... Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Eran Chinthaka [EMAIL

Re: [Axis2] Defaulting behaviour when a wsa:To header is omitted from a request message.

2006-11-25 Thread Eran Chinthaka
Hi Brian, Seems to be a good observation. I agree with some of them, but not all :). The reason behind we keeping endpoint information inside message context has no direct connection with WS-A. All the information in message context can be filled by anyone, starting from transport handlers,

[Axis2] Defaulting behaviour when a wsa:To header is omitted from a request message.

2006-11-22 Thread Brian De Pradine
Hello all, Currently, there is a comment in the AddressingFinalInHandler to the effect that if no wsa:To header is found in an inbound request message then we do not use the wsa:Anonymous URL as its default value. This is to allow an alternative, such as the transport URL, to be used instead.