ppalaga commented on issue #764:
URL: https://github.com/apache/camel-quarkus/issues/764#issuecomment-894309425


   > I can work on camel-cxf... I see that a soap folder already exist on 
camel. Someone can point me any documentation to help on that ?
   
   That would be highly welcome, here is is the guide: 
https://camel.apache.org/camel-quarkus/latest/contributor-guide/create-new-extension.html
 . You'd start with 
   
   ```
   $ cd camel-quarkus
   $ mvn cq:create -N -Dcq.artifactIdBase=cxf
   ```
   
   And then go on to adding tests to `integration-tests/cxf` and fixing the 
issues until the tests pass in both JVM and native mode.
   
   
   


-- 
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


Reply via email to