I am trying to figure out if it is possible to use CXF (with WS-Security, SAML, SOAP) without a servlet container. I saw this link about not using spring but that solution still requires a container I think. I am using Vert.x and would like to keep that as my server.
- From the title I assume that you just want to create a client? No servlet container is needed for that, just add a dependency and use it as described here: cxf.apache.org/docs/jax-rs-client-api.htmlDennis Kieselhorst– Dennis Kieselhorst2017-10-02 13:50:02 +00:00Commented Oct 2, 2017 at 13:50
- @DennisKieselhorst Yes that is what I was looking for. Post this is an answer and I will accept it.user1489829– user14898292017-10-13 17:31:34 +00:00Commented Oct 13, 2017 at 17:31
Add a comment |
1 Answer
From the title I assume that you just want to create a client? No servlet container is needed for that, just add a dependency and use it as described here: http://cxf.apache.org/docs/jax-rs-client-api.html