Re: camel-cxf in tomcat cannot process multiple parameters

2011-07-01 Thread plowry
The axis consumer works! Thanks for all the help Willem :) Regards, Paul -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-in-tomcat-cannot-process-multiple-parameters-tp4538511p4542653.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-cxf in tomcat cannot process multiple parameters

2011-07-01 Thread plowry
Trying the Axis approach now... -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-in-tomcat-cannot-process-multiple-parameters-tp4538511p4541680.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-cxf in tomcat cannot process multiple parameters

2011-07-01 Thread Willem Jiang
On 7/1/11 4:17 PM, plowry wrote: Hi willem, I know CXF doesn't support JAX-RPC WSDL, but is there any way to make it accept RPC/encoded messages? For instance, has any progress been made on the Aegis databinding? http://cxf.547215.n5.nabble.com/RPC-Encoded-support-td574781.html RPC/Encoded Sup

Re: camel-cxf in tomcat cannot process multiple parameters

2011-07-01 Thread plowry
Hi willem, I know CXF doesn't support JAX-RPC WSDL, but is there any way to make it accept RPC/encoded messages? For instance, has any progress been made on the Aegis databinding? http://cxf.547215.n5.nabble.com/RPC-Encoded-support-td574781.html RPC/Encoded Support (cxf-dev) Could I define an A

Re: camel-cxf in tomcat cannot process multiple parameters

2011-06-30 Thread Willem Jiang
Hi, CXF is an implementation of JAX-WS which doesn't support the rpc/encoded. On 6/30/11 10:42 PM, plowry wrote: Just to put this in context, there is a bigger problem I'm trying to solve... I have two requirements: 1) deploy my Camel-CXF web service using Tomcat 2) accept calls from a JAX-RPC W

Re: camel-cxf in tomcat cannot process multiple parameters

2011-06-30 Thread boday
for #1, did you follow this guide (http://camel.apache.org/cxf-tomcat-example.html) ?? plowry wrote: > > Just to put this in context, there is a bigger problem I'm trying to > solve... > > I have two requirements: > 1) deploy my Camel-CXF web service using Tomcat > 2) accept calls from a JAX-RP

Re: camel-cxf in tomcat cannot process multiple parameters

2011-06-30 Thread plowry
Just to put this in context, there is a bigger problem I'm trying to solve... I have two requirements: 1) deploy my Camel-CXF web service using Tomcat 2) accept calls from a JAX-RPC WSDL-based client I am currently stuck on #1, because I cannot accept messages with multiple parameters. When #1 i

Re: camel-cxf in tomcat cannot process multiple parameters

2011-06-30 Thread plowry
Note: I added logging statements to the CxfConverter and BeanConverter source files; if these extra statements are confusing, just ignore them. -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-in-tomcat-cannot-process-multiple-parameters-tp4538511p4538992.html Sent fro

Re: camel-cxf in tomcat cannot process multiple parameters

2011-06-30 Thread plowry
Hi Willem Here is the tar file. http://camel.465427.n5.nabble.com/file/n4538980/camel-cxf-tomcat-problem.tar camel-cxf-tomcat-problem.tar The log (snipped) reads as follows: 2011-06-30 15:06:04,504 [http-8080-1] TRACE component.cxf.CxfConsumer - Received CXF Request: {org.apache.cxf.service.S

Re: camel-cxf in tomcat cannot process multiple parameters

2011-06-30 Thread Willem Jiang
Hi, I can't see the log or the demo. Can you show me your route configure and error log ? On 6/30/11 7:31 PM, Paul Lowry wrote: Hi all, I seem to have encountered a bug in Camel-XCF when running in Tomcat (as described in http://camel.apache.org/cxf-tomcat-example ) I am using a wsdl-first ap