zhfeng / quarkus-cxf

Quarkus CXF Extension to support SOAP based web services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus CXF

This extension enables you to develop web services that consume and produce SOAP payloads using the Apache CXF libraries.

Maven Central CodeQL GitHub

All Contributors

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://docs.quarkiverse.io/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.

About

Quarkus CXF Extension to support SOAP based web services.

License:Apache License 2.0


Languages

Language:Java 99.1%Language:Groovy 0.4%Language:HTML 0.3%Language:Shell 0.2%