16 years ago
Is it possible to create a signature for the BinarySecurityToken?
My server profile specifies that Timestamp, Body and Tokens should be signed. When I add BinarySecurityToken with namespace http://docs.oasis-open.org/wss/2004/01/ ... xt-1.0.xsd to the 'parts' list (along with Body and Timestamp) I get this SoapUI exception when I create a request:
Tue Jul 21 08:11:13 CDT 2009:ERROR:org.apache.ws.security.WSSecurityException: General security error (WSEncryptBody/WSSignEnvelope: Element to encrypt/sign not found: http://docs.oasis-open.org/wss/2004/01/ ... xt-1.0.xsd, BinarySecurityToken)
org.apache.ws.security.WSSecurityException: General security error (WSEncryptBody/WSSignEnvelope: Element to encrypt/sign not found: http://docs.oasis-open.org/wss/2004/01/ ... xt-1.0.xsd, BinarySecurityToken)
at org.apache.ws.security.message.WSSecSignature.addReferencesToSign(WSSecSignature.java:581)
at org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:762)
at com.eviware.soapui.impl.wsdl.support.wss.entries.AddSignatureEntry.process(AddSignatureEntry.java:177)
...
Is there anyway to do this in SoapUI (I am currently using SoapUI 3.0-beta2).
Thanks
Tue Jul 21 08:11:13 CDT 2009:ERROR:org.apache.ws.security.WSSecurityException: General security error (WSEncryptBody/WSSignEnvelope: Element to encrypt/sign not found: http://docs.oasis-open.org/wss/2004/01/ ... xt-1.0.xsd, BinarySecurityToken)
org.apache.ws.security.WSSecurityException: General security error (WSEncryptBody/WSSignEnvelope: Element to encrypt/sign not found: http://docs.oasis-open.org/wss/2004/01/ ... xt-1.0.xsd, BinarySecurityToken)
at org.apache.ws.security.message.WSSecSignature.addReferencesToSign(WSSecSignature.java:581)
at org.apache.ws.security.message.WSSecSignature.build(WSSecSignature.java:762)
at com.eviware.soapui.impl.wsdl.support.wss.entries.AddSignatureEntry.process(AddSignatureEntry.java:177)
...
Is there anyway to do this in SoapUI (I am currently using SoapUI 3.0-beta2).
Thanks