OASIS Web Services Security - Creating PasswordDigest and Nonce in PeopleSoft
Hi,
I'm trying to consume third party web service with OASIS Web Services Security User name Token Profile 1.0 - I have to create password digest and Nonce through people Code .
As per the specifications I have to send the below in Soap header
1,Nonce - Base64Binary
2,Password Digest - Base64 ( SHA-1 ( nonce + created + password ) )
I am in HCM9.2 and Tools 8.53 with MS SQL - Kindly suggest the best way to achieve Base64 Encoding and SHA1 Hashing in peoplesoft.
Regards,
nthamizhs