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