Hi, I need a generic SOAP consumer but don't know how to build it. The consumer should be able to consume any kind of SOAP message and should be able to pick out the body of it.
I tried to realize it with cxf-component and MESSAGE format, but this way I can't handle headers. With PAYLOAD dataformat I don't know how I can make the consumer to be generic. Always getting "Message part XXX was not recognized. (Does it exist in service WSDL?)". Is there a way to define the wsdl to be able to handle any kind of requests? Regards. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-create-a-generic-SOAP-consumer-tp5731741.html Sent from the Camel - Users mailing list archive at Nabble.com.