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.