Re: apache Camel cxf proxy doesnt work with http endpoint

2012-12-07 Thread santhosh
My mistake.I figured what the problem was.I was sending the message to wrong operation.I didnt notice the soap:action.So wrong data resulted in 500 error from the server.But thanks guys ,aki and williem for taking time to read such a long post.Much appreciated.I am starting to love the camel forum.

Re: apache Camel cxf proxy doesnt work with http endpoint

2012-12-07 Thread Willem jiang
You need to use the Stream cache [1] when you route the input stream across the route before you route the message to log endpoint. [1]http://camel.apache.org/stream-caching.html -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat

Re: apache Camel cxf proxy doesnt work with http endpoint

2012-12-07 Thread Aki Yoshida
I suppose the call is failing because you are not setting some required properties (e.g., the http method) to fake the soap call. POST text/xml;charset="utf-8" regards, aki 2012/12/7 santhosh : > > My requirement is to have a proxy web service which wi