quarkus-cxf
quarkus-cxf copied to clipboard
Quarkus CXF Extension to support SOAP based web services.
Quarkus CXF
This extension enables you to develop web services that consume and produce SOAP payloads using the Apache CXF libraries.
-
Contributors
-
Configuration
-
Documentation
-
Sample Code
-
Issues and Support
Contributors ✨
Thanks goes to these wonderful people (emoji key):
shumonsharif 💻 🚧 |
dufoli 💻 🚧 |
dufgui 💻 🚧 |
Falko Modler 💻 🚧 |
Peter Palaga 💻 |
Configuration
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
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.
Sample Code
The integration-tests
module in the codebase provides various examples that demonstrate how to use this extension effectively.
Issues and Support
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.
GitHub Issues
- Bug reports
- Feature requests
GitHub Discussions
- Q&A and general communication
- RFCs for new features
Contributions and pull requests from the community are welcome.