cancel
Showing results for 
Search instead for 
Did you mean: 

doubt on HTTP_AAE

former_member190284
Participant
0 Kudos

Hi Experts,

I am on sap pi 7.4 single stack

I have a req wherein flow of data is RFC...>SAP PI...>HTTP(post)


Parameters send over post methods :

token : access_token created from access token and data ( md5("<secret_key>~<data string>") )

data : xml data (without space and next line); [the simple mapping would be done here in ESR]

format : define data format ( value will be "xml")

the issue is token and data has be encrpted with md5 algorithm while format filed would be sent without encryption

How can I achieve it?

it's a single interface. Token and format have only single field which is constant for all the interfaces

while data is coming from RFC to the data field's

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190284
Participant
0 Kudos

waiting for response