Hi, i'm new to Axis2 and really new to Synapse (discovered just yesterday) i have this problem:
i have a client and a server that exchange soap messages. i have to put one (or more) proxies between those two nodes in a trasparent way for them. The only thing i can change in the client is the EPR to the first proxy. So my proxy should do this: -receive the message from the client -do some stuff on the message (record, edit headers, etc..) -choose the next recipient (depending by message's content) -route the message to it I should also add ws-ReliableMessaging in the whole communication process, but i think i can do it only in proxy2proxy communication because my client and server could not support it (it's right?) Which is the better way in order to resolve this situation? Does Synapse fit for this? Can i use Synapse also to edit the message? Is id build on Axis2 and can i use the Axis2 features? Thx in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
