There is a pass for keystore , private key is unprotected (tihis is TESTING CA).
Well I took the raw message , search replace v1 -> v3. Turned off WS-sec, pasted my raw message to XML tab, and sent it that way , and there is no more error for v1 valuetype. But WCF service can't deserialize the BinarySecurityToken.
So I replaced BinarySecurityToken with manualy exported and base64 encoded public key, and it works.
Now I am stuck with signing Timestamp.
I added in Parts table :
ID Name Namespace Encode
---------------------------------------------------------------------------------------------------------------
Timestamp
http://docs.oasis-open.org/wss/2004/01/ ... ty-1.0.xsd element
Body
http://schemas.xmlsoap.org/soap/envelope/ element
And I get Exception that Body can't be found.
UPDATE : It works now suddenly without any changes, even if I restarted soapUI multipole times to be sure that every part of soapUI uses same config.