Setup OIC SOAP Connection to PasswordDigest Password Type
Hi all,
I'm working on a project, and an third party system needs to be invoked. For this, the 3th party system provides a SOAP WSDL.
But, the SOAP expect the password to be sent as a PasswordDigest, that means: Base64( SHA-1( Nonce + Created + Password ) )
Is possible to setup this option in the OIC connection? During my tests, I was able to send the password only as PasswordText.
Thanks,
0