Hi,
i am trying to build a switchyard service that has a camel component which called a sql reference which will need to read parameters prepared by the camel component, the parameters are already added to the header but can't be read by the reference sql binding as right now i am not aware what is the input type that i should use to send the exchange or the headers. i know that i can write type converters, but i don't want to do so and want to use the esb interface as it is much cleaner. please advise.
thanks,
-rania
According to "Treatment of the message body" in this doc, camel-sql expects Iterator but any of array or collection would be accepted as a list of parameters.