On gio, 2007-03-22 at 17:19 +0530, Ruwan Linton wrote:

> 
> 
> If this endpoint should be dynamically changing according to the
> request then definitely client has to send the To header so that we
> can do a simple <send/> in synapse to forward that message to the EPR
> specified by client. If this is static or semi dynamic ( for example
> select EPR depending on some criteria then you can use synapse
> <switch>....</switch> mediator to select the endpoint to which the
> request should be forwarded to. 
> 
> 

I can change clients, so i receive SOAP messages without wsa:To header.
I have to set EPR according to the transport address, for example if
client send somethink like this:

        POST /SincronoAttachment/SincronoAttachment HTTP/1.0
        Content-Type: ...
        ...
        [SOAP Message]

i should set an EPR, if is 

        POST /Sincrono/Sincrono HTTP/1.0
        Content-Type: ...
        ...
        [SOAP Message]

i should set another one...

There is a way to do this?

thx,
Lorenzo



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

Reply via email to