quarkiverse / quarkus-cxf

Quarkus CXF Extension to support SOAP based web services.
Apache License 2.0
71 stars 57 forks source link

Allow specifying the endpoint path via @CXFEndpoint("/myPath"), thus allowing to mock service implementations in tests #1364

Closed ppalaga closed 2 months ago

ppalaga commented 2 months ago

Fix #1365

ppalaga commented 2 months ago

Added some docs and a support for having CXFEndpoint("/my-path") on implementation classes.

ppalaga commented 2 months ago

dfb660e: improved the docs