cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver - Header

former_member309357
Participant
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Ravi,

You also can use the SOAP Axis adapter, check this example

Regards.

former_member309357
Participant
0 Kudos

Hello Vila,

    The data provided should come in SOAP: Header and password should be encrypted. Please refer to SOAP Header structure provided in my original discussion.

Thanks

Ravi

nitindeshpande
Active Contributor
0 Kudos

Hi Ravi,

This can be done using WSSE feature in PI. Please go through the below blog for more info on the same -

Regards,

Nitin