CXF jax-ws + jax-rs #448
-
Does quarkus-cxf support SOAP + REST endpoints together like CXF + Spring does? In my spring context I can add both jaxrs and jaxws endpoints, giving me a site like: Available SOAP services: Available RESTful services: etc. In my @webservice annotated class I just annotate with both jaxrs and jaxws annotations. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @mjhaugsdal We do not support REST endpoints through this extension, because Quarkus already provides an extensive and reactive framework for JAX-RS. It wasn't quite clear to me what your end goal is -- is it to leverage CXF JAX-RS, or to have a single page which lists the SOAP and REST endpoints? I would also suggest you take a look at the links below, just in case you haven't already. https://quarkus.io/guides/ [Search for JAX-RS or REST] |
Beta Was this translation helpful? Give feedback.
Hi @mjhaugsdal We do not support REST endpoints through this extension, because Quarkus already provides an extensive and reactive framework for JAX-RS. It wasn't quite clear to me what your end goal is -- is it to leverage CXF JAX-RS, or to have a single page which lists the SOAP and REST endpoints?
I would also suggest you take a look at the links below, just in case you haven't already.
https://quarkus.io/guides/ [Search for JAX-RS or REST]
https://quarkus.io/guides/spring-web