1

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.

2
  • 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.html Commented 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. Commented Oct 13, 2017 at 17:31

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.