Forum Discussion

gliadrachan's avatar
gliadrachan
New Contributor
15 years ago

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?
No RepliesBe the first to reply