squakez commented on issue #3973: URL: https://github.com/apache/camel-k/issues/3973#issuecomment-1379990353
Hello, I think you may have a look at the following resources in order to test your route. I also suggest to have a working version in Camel/Camel Quarkus before trying to run in Camel K (ie, via [Camel JBang](https://camel.apache.org/blog/2022/11/camel-k-jbang/)) to simplify the troubleshooting in a local environment. Please refer to [Camel Quarkus CXF](https://camel.apache.org/camel-quarkus/2.15.x/reference/extensions/cxf-soap.html) component documentation, [Camel CXF](https://camel.apache.org/components/3.18.x/cxf-component.html) component documentation and the following [Camel Quarkus CXF unit test](https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/cxf-soap/cxf-soap-client/src/main/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientRoutes.java#L68) that may give you hints on how to develop the route correctly (ie, it seems you're missing `serviceClass` parameter). -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org