cancel
Showing results for 
Search instead for 
Did you mean: 

Want to send information in Header dynamically using HTTP adapter using post method

abhay_aggarwal
Participant
0 Kudos

Hi ,

I have a requirement to send below information in http Adapter header dynamically using post method. which will be authenticated by third party system.

Authorization : WSSE realm="SDP", profile="UsernameToken", type="AppKey" X-WSSE : UsernameToken Username="XXXX", PasswordDigest="Qd0QnQn0eaAHpOiuk/0QhV+Bzdc=", Nonce="eUZZZXpSczFycXJCNVhCWU1mS3ZScldOYg==", Created="2013-09-05T02:12:21Z"

I have followed below link to create UDF

http://scn.sap.com/thread/3241568

As if now my third party system is not available while sending request I am getting 504 gateway error. is there any approach I can validate my request is working fine?

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Abhay,

Correct me if I'm wrong but I think WSSE requires a SOAP Envelope. If that is the case, there are two approaches: the first one is to use SOAP Axis and the second one is just to build SOAP Envelope via Java mapping.

You also need to test it successfully externally, capture the request and replicate it in XI.

Hope this helps,

Mark