Hi

If its about empty body etc then read this FAQ
http://camel.apache.org/why-is-my-message-body-empty.html

On Thu, May 7, 2015 at 7:32 AM, jainmcs03 <tojayendran.in...@gmail.com> wrote:
>
> Hi Team,
>
> I'm trying webservice proxy with camel 2.15.1. In this trying to unmarshal
> the response message using unmarshal component, below the way route
> defining. Real service getting invoked and received response afterwards no
> process, no more logs in the console. Pls let me know if im wrong. Thanks,
>
>     <endpoint id="callRealWebService"
> uri="http://wsf.cdyne.com/WeatherWS/Weather.asmx"/>
>     <route errorHandlerRef="myDeadLetterErrorHandler" streamCache="true">
>       <from uri="cxf:bean:weatherReport?dataFormat=MESSAGE"/>
>       <wireTap
> uri="file:/home/analyzer/Desktop/input/?fileName=request.xml"/>
>       <to uri="log:input"/>
>       <removeHeaders pattern="CamelHttp*"/>
>       <to ref="callRealWebService"/>
>       <wireTap
> uri="file:/home/analyzer/Desktop/output/?fileName=response.xml"/>
>
>       <unmarshal>
>         <jaxb prettyPrint="true" contextPath="com.cdyne.ws.weatherws"/>
>       </unmarshal>
>       <process ref="processor"/>
>       <to uri="log:output"/>
>     </route>
>
> Regards,
> Jayendran
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Unmarshal-not-working-tp5766790.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to