RE: Using BeanInvocation in camel cxf

2015-11-18 Thread Kasim Sert (Ibtech-Software Infrastructure)
terException at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1619) at org.apache.camel.component.bean.BeanInvocation.invoke(BeanInvocation.java:89) -Original Message- From: Henryk Konsek [mailto:hekon...@gmail.com] Sent: Tuesday, November 17, 2015 6:10 PM To: users@camel.ap

Re: Using BeanInvocation in camel cxf

2015-11-17 Thread Henryk Konsek
XML: > > > > > > >... > > > > -Original Message- > > From: Kasim Sert (Ibtech-Software Infrastructure) > > [mailto:kasim.s...@ibtech.com.tr] > > Sent: Tuesday, November 17, 2015 4:23 AM > > To: users@camel.apache.org > > S

RE: Using BeanInvocation in camel cxf

2015-11-17 Thread Steve Huston
gt; Subject: Using BeanInvocation in camel cxf > > Hi, > > I am trying to develop a framework to invoke different web services based > on their db definitions of SEI names and web method names and parameters > etc. > > To make this I found how to generate and BeanIn

Using BeanInvocation in camel cxf

2015-11-17 Thread Kasim Sert (Ibtech-Software Infrastructure)
Hi, I am trying to develop a framework to invoke different web services based on their db definitions of SEI names and web method names and parameters etc. To make this I found how to generate and BeanInvocation object from current web service definition. However I could not find any example on