Skip to content
Discussion options

You must be logged in to vote

Thank you for the fast answer and the hint.

IT was the right direction. To make the whole thing work I had to do the following:

  • Enable the addressing feature by adding org.apache.cxf.ws.addressing.WSAddressingFeature to the quarkus.cxf.client.myClient.features property
  • The context form the CXF example has to be adapted to work with jarkata:
    ((BindingProvider)myService).getRequestContext().put("jakarta.xml.ws.addressing.context", maps);

When I find the time I will open a PR to maybe extend the documentation here if this is wanted.

So thank you again
Cheers
Framus

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Framus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants