llowinge commented on code in PR #15573: URL: https://github.com/apache/camel/pull/15573#discussion_r1761267648
########## components/camel-cxf/camel-cxf-soap/src/main/docs/cxf-component.adoc: ########## @@ -567,7 +567,13 @@ and setDefaultBus properties from spring configuration file. == Examples -=== How to create a simple CXF service with POJO data format +=== How to consume a message from a Camel CXF endpoint in POJO data format + +The Camel CXF endpoint consumer POJO data format is based on the +http://cxf.apache.org/docs/invokers.html[CXF invoker], so the +message header has a property with the name of +`CxfConstants.OPERATION_NAME` and the message body is a list of the SEI +method parameters. Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
