Skip to content

mickroll/quarkus-cxf

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.5%
  • Groovy 1.8%
  • Other 0.7%