davsclaus commented on PR #142: URL: https://github.com/apache/camel-spring-boot-examples/pull/142#issuecomment-2309712815
When working with SOAP you usually have a WSDL contract and then source code generate the JAXB model classes. And then camel-jaxb can automatic convert to/from these classes. This example uses a code-first approach which is only for hello-world and very small web services. This is not used in real world use-cases - only for small "hello world". I understand the examples wants to focus and show OTEL with CXF. And as such this is less of a problem, but should IMHO be explained in the readme the reason for this. -- 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]
