Hello Vadim!

Unfortunately it's not possible at the moment, but we could support it.
Du you consider to open a JIRA (new feature) for it at [1]?

[1] https://issues.apache.org/jira/browse/CAMEL

Best,
Christian

On Tue, Nov 29, 2011 at 1:09 PM, VadimSPB <vadimbubli...@gmail.com> wrote:

> 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.
>

Reply via email to