Hi

I assume the wsdl is a HTTP GET, eg ?wsdl in the uri.
If so then there is no message body (eg its null), and so when you
want to write that as a file, then the file producer cannot do that as
there is no message body to write.

You can for example use a Filter EIP to detect whether there is a
message body or not, and only write a file if there is a body.


On Thu, Jun 28, 2012 at 8:05 AM, wolfram <wolf...@ritsuka.org> wrote:
> Hi. I've the following route configuration
>
>
>
> it's purpose is (obviously) to save all the incoming messages into
> target/reports/server/jetty/contractlast/input and outgoing into
> target/reports/server/jetty/contractlast/output
>
> It's working correctly for all the soap requests but when I'm trying to
> request WSDL, request fails with the following error:
>
>
>
> The following configuration
>
>
>
>
> Could anybody help me to resolve this issue?
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Can-t-route-wsdl-request-into-file-tp5715201.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to