How to Get the CLIENT_PERSISTENT_SSL_INFO Property for JAX-WS to Load Certificates
(Doc ID 1296413.1)
Last updated on DECEMBER 07, 2022
Applies to:
Oracle WebLogic Server - Version 10.3.3 and laterInformation in this document applies to any platform.
Goal
Following the steps from https://download.oracle.com/docs/cd/E14571_01/web.1111/e13713/transport.htm#CIHICEHH using PersistentSSLInfo
The document specifies two ways of setting this info:
//Put sslInfo into requestContext for persistence, it might be required by JAX-WS advance features, such as, RM, Callback
The 10.3.3.0 version of weblogic.jar has a JAXWSProperties type in it, but the CLIENT_PERSISTENT_SSL_INFO property does not exist, nor does it exist in the JAXWS RI 2.2 lib.
How to get the CLIENT_PERSISTENT_SSL_INFO property?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |