Re: How to access CXF's payload mesage parts?

2013-10-20 Thread clover
bump. and a short summary about the help i need: i need to access a web service's operations and their details from within a processor class of camel. how do i do that? thanks again. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-access-CXF-s-payload-mesage-parts-tp

How to access CXF's payload mesage parts?

2013-05-16 Thread clover
Hi everyone, i have a Camel route deployed as a servlet. It programmatically creates SOAP request messages based on user input. For this purpose, i've written a custom Processor that creates CxfPayload and sends it to the Web service. The Web service is specified with a Uri in the route and the PA