Hi.

I've webservice with the following wsdl:



So I've java code that throws NoSuchCustomerException.

This webservice is published using Apache CXF and Apache Camel in the
following way:


There is also two clients  configured in the following ways:

Client 1 (plain sockets, netty):




Client 2 (HTTP):


When I'm calling customerService.getCustomersByName("none"); in client 1
I've got correct     NoSuchCustomerException on client side. But such call
at client2 throws HttpOperationFailedException


Makes no sense.


Could anybody help me to resolve this ugly issue?


--
View this message in context: 
http://camel.465427.n5.nabble.com/jetty-http-component-bug-Soap-exceptions-are-incorrectly-processed-by-camel-cxf-client-tp5715217.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to