Could you desribe your scenario a bit more ? JBI uses the 4 WSDL 2.0 meps (InOnly, InOut, ...), but there are ways to bridge these MEPs if needed (take a look at servicemix-eip).
If you need a callback, you may be able to send an EPR to the provider component in a property of the JBI exchange so that the provider can resolve this EPR and send an exchange to the needed endpoint. You do not have to use SOAP / WS-Addressing inside the JBI bus. On 10/20/06, spliu <[EMAIL PROTECTED]> wrote:
Hi all! I want to use asynchronous callback between two JBI components.How to implement it using EPR?If EPR is used,must I use WS-Addressing and SOAP message? In addition,can another alternative way do it in JBI's message lay?For example,in CORBA,we may send client's ReplyHandler reference to server, so server's response will be delivery to client's ReplyHandler object by ORB. thanks! Spliu -- View this message in context: http://www.nabble.com/How-to-implement-callback--tf2478909.html#a6913318 Sent from the ServiceMix - User mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet
