cube00
12 years agoNew Contributor
Changing the SoapUI 4.5 BinarySecurityToken ValueType
How do you get soapUI 4.5 to send a binary X509 security token as ValueType #X509v3. Currently it is sending as ValueType #X509PKIPathv1.
Both types are in the same spec document (p. 8 ) so I assume there must be a way to switch between them.
For example
should become
Both types are in the same spec document (p. 8 ) so I assume there must be a way to switch between them.
For example
<wsse:BinarySecurityToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary"
ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509PKIPathv1">
should become
<wsse:BinarySecurityToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary"
ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3">