gliadrachan
15 years agoNew Contributor
soapUI + Encrypted Symmetric Key
With soapUI 3.5, I'm generating an encrypted soap request. But the service endpoint is unable to decrypt it. I have the same keystore and x509V3 cert used by soapUI as are available to the server.
Other clients to the server ( java app, weblogic proxy ) are able to submit encrypted requests to the same host and service.
I use a very basic policy for encryption:
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
xmlns:wssp="http://www.bea.com/wls90/security/policy"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
>
wsp:Body()
What version of WS-Security and WS-Policy are supported by soapUI?
Other clients to the server ( java app, weblogic proxy ) are able to submit encrypted requests to the same host and service.
I use a very basic policy for encryption:
xmlns:wssp="http://www.bea.com/wls90/security/policy"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
>
What version of WS-Security and WS-Policy are supported by soapUI?