From: d_widyantoro <do-...@jb...> - 2006-06-20 01:50:33
|
I have been doing some research on Mule-ESB. Mule has a great idea on transforming any incoming/outgoing message. From mule point of view, they call service processor as endpoint. We can set the transformer as we want. Simple case, i receive the transaction over HTTP protocol and deliver the transaction to partner system as ISO8583 message. I can create HTTPtoInternalMessage, InternalMessagetoISO8583 as the input transformer and ISO8583toInternalMessage, InternalMessagetoHTTP as response transformer. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951809#3951809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951809 |