Ruwan

I think you've misunderstood the situation. One of the aims of WSRM is
to provide end-to-end reliable messaging, independent of the
intermediaries. So forget for a moment that we have RM support in
Synapse and think of Synapse as an HTTP Proxy. In that case, Synapse
should just be ignoring the RM headers and carrying on as normal. And
for the RM messages like CreateSeq and CreateSeqResponse, RM should
pass those through without touching them.

Now we add RM support, which allows Synapse to do cool things like
enabling RM when the target services don't support it. That's very
cool, but if the user doesn't want that, we should just act as a proxy
and pass the messages through without doing anything except the normal
routing.

Paul

On 3/9/07, Ruwan Linton <[EMAIL PROTECTED]> wrote:
On 3/9/07, Paul Fremantle <[EMAIL PROTECTED]> wrote:
>
> Ruwan
>
> I agree the model you are proposing will work. However, what Lorenzo
> is trying should work out of the box. If we don't explicitly enable or
> disable RM then it should be flowed just the same as any other
> message.


Yes Paul,

It should be the case but I think with the clue that Lorenzo has given

> > client send a CreateSequence to Synapse
> > synapse send a CreateSequence to Server
> > server send a CreateSequenceResponse to Synapse
> > synapse don't send nothing...

this should not be the message sequence if it is working.

When client send a createSequence to Synapse, what Synapse should do is
sending the createSequenceResponse to client, but instead Synapse has sent
the createSequence to the Server which is incorrect. May be Sandesha module
is not engaged properly for Synapse. According to his observation we are not
handling the reliable messaging at Synapse and it just forward the
createSequence call to the server and server send the createSequenceResponse
to Synapse which will be neglected by Synapse.

We need to look in to this, I think we have to do some extra work to handle
this scenario.

Ruwan.


--
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"



--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to