This extension enables you to develop web services that consume and produce SOAP payloads using the Apache CXF libraries.
Thanks goes to these wonderful people (emoji key):
shumonsharif 💻 🚧 |
dufoli 💻 🚧 |
dufgui 💻 🚧 |
Falko Modler 💻 🚧 |
You can configure the quarkus-cxf
extension by adding the following dependency to your Quarkus project:
<dependency>
<groupId>io.quarkiverse.cxf</groupId>
<artifactId>quarkus-cxf</artifactId>
<version>${latest.release.version}</version>
</dependency>
Documentation for this extension is available through Quarkiverse Docs located at:
https://quarkiverse.github.io/quarkiverse-docs/quarkus-cxf/dev/index.html
Please note that you can switch to the appropriate version of the release documentation by clicking on dev in the top right corner.
The integration-tests
module in the codebase provides various examples that demonstrate how to use this extension effectively.
Please feel free to start a discussion or open an issue in the GitHub repository in case you need support. The following general guidelines can be used to determine whether to start a discussion or open an issue.
- Bug reports
- Feature requests
- Q&A and general communication
- RFCs for new features
Contributions and pull requests from the community are welcome.