Replies: 2 comments 2 replies
-
Hi @kaquintyn You can set the TLS client parameters on Take a look at the link below for some examples, and let us know if you need further details. |
Beta Was this translation helpful? Give feedback.
-
Tip: In recent 1.5.x and 2.1.x versions, you can use the built-in code generation instead of cxf-codegen-plugin : https://quarkiverse.github.io/quarkiverse-docs/quarkus-cxf/dev/user-guide/generate-java-from-wsdl.html
Our WS-SecurityPolicy test is doing something like that around here: That's a test class code, but something should work also in an application. Take care to have all required dependencies the test's pom.xml has. |
Beta Was this translation helpful? Give feedback.
-
I'm building a SOAP Client with Quarkus CXF and generating the client stubs with the cxf-codegen-plugin, etc. I'm able to build/populate the appropriate client stub classes to formulate and make the request. However, the SOAP Request requires a client certificate. I have the truststore file (*.jks) and password, how do I configure this to work or be applied when the SOAP Request is made?
Regards,
KQ
Beta Was this translation helpful? Give feedback.
All reactions