Hi All, I can use camel for message transfer in Oracle? Call stored procedure in, out parameters? example: RouteBuilder route = new RouteBuilder() { @Override public void configure() throws Exception { from("servlet:///MessageServlet") .setBody(constant("{ CALL IBS.\"Z$IMS_INTERFACE_WS\".TEST_STR(:P_STR_IN,:P_STR_OUT)}")).to("jdbc:IBSO"); } }; thanks
p.s. I am sorry for my English, I use the translator -- View this message in context: http://camel.465427.n5.nabble.com/call-Oracle-Package-procedure-tp5032133p5032133.html Sent from the Camel - Users mailing list archive at Nabble.com.