Hello Gurus,
I have a requirement in which the PROXY <--> SOAP which should contains SOAP: Header as below structure.
<S: Header>
<Wss: Security xmlns: wss = "http://schemas.xmlsoap.org/ws/2002/12/secext">
<Wss: UsernameToken>
<Wss: Username> 34563567/37 </ wss: Username>
<Wss: Password> ikCyRV + SWfvZ5c6Q0bhrBQ == </ wss: Password>
<Wss: Nonce>
fkAHne7cqurxpImCfBC8EEc2vskyUyNofWi0ptIijYg4gYCxir ++
unzfPVPpusloEtmLkcZjf + E6
T9 /
76tsCqdupUkxOhWtkRH5IrNwmfEW1ZGFQgYTF21iyKBRzMdsJMhhHrofYYV /
YhSPdT4dlgG0t
k9Z736jFuw061mP2TNqHcR / mQR0yW / AEOC6RPumqO8OAfc9 /
b4KFBSfbpY9HRzbD8bKiTo20n0Pt
amZevCSVHht4yt / Xwgd + +
KV70WFzyesGVMOgFRTWZyXyXBVaBrkJS8b6PojxADLcpWRnw5 YeOs3c
PU2o1H / YgAam1QuEHioCT2YTdRt + 9p6ARNElFg ==
</ Wss: Nonce>
<Wss: Created >> YEWoIoqIY5DOD11SeXz + 0i4b / AJg1 / RgNcOHOYpSxGk </
wss: Created>
</ Wss: UsernameToken>
</ Wss: Security>
</ S: Header>
Username is username of the user which used to enter the portal.
Password must be encrypted using the key Symmetrical application and encoded Base64.
Nonce byte array with the symmetric key 128 bits produced according to the standard AES. Symmetric key encryption function with the RSA algorithm using the public key of authentication system Base64 encoding in the result.
Created should contain created date and time in UTC.
REQUEST YOU TO PROVIDE YOUR INPUTS TO OBTAIN THE SCENARIO IN DETAIL.
Thanks
Ravi