Hi There is no sample example which executes pojo mediator.How can i send my input request (which is itself a string to Pojo Class.How to refer POJO Class in Synapse.xml and how to integrate it with SYnapse.
Regards Abhishek Asankha C. Perera wrote: > > Hi Abhishek >> I have one more concern the input string i wants to send is my input >> request >> and the value that i wants >> in return will decide the endpoint configuration.But the request that >> needs >> to be forwarded should not change. >> >> So how will i send the input request to using POJO. and at the same time >> how >> to ensure that same request si getting forwarded and its not changing in >> the >> due course. >> > The POJO simply intersects the message flowing through the system. If a > mediator does not change the message, the same message flows through. > Thus your POJO mediator only needs to worry about extracting the > required information from the string. > > cheers > asankha > > -- > Asankha C. Perera > http://adroitlogic.org > > http://esbmagic.blogspot.com > > > -- View this message in context: http://www.nabble.com/Invoking-Synapse-from-Non-Axis-2-Client-tp21970007p22055427.html Sent from the Synapse - User mailing list archive at Nabble.com.
