/quarkus-cxf

Quarkus CXF Extension to support SOAP based web services.

Primary LanguageJavaApache License 2.0Apache-2.0

CXF Extension for Quarkus

Contributors

Thanks goes to these wonderful people:

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:

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 open an issue in the GitHub repository in case you need support. Contributions and pull requests from the community are welcome.