cancel
Showing results for 
Search instead for 
Did you mean: 

Using HTTP_AAE receiver Additional Query parameters dynamically

Former Member
0 Kudos

Hello All ,

I am using HTTP_AAE receiver channel.

My requirement is to send some dynamic parameters in the query string to the third party.

The issue i am facing that the additional query parameters are static in nature and not dynamic as far as i know. I want to change these values at runtime as per the information/data received from sender side.

Currently when i am calling the channel from my mapping using a UDF the static/hardcoded additional query parameters are passed successfully. I just want to know the logic/class which will make it possible to send these parmeters dynamically and not hardcoded as they are in the below screenshot.

P.s : I can not use ASMA(URL parameters) properties for handling this.

Thanks

Gaurav

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gaurav,

Per thread

Vishu, who works for SAP mentioned(below is the screenshot) that Additional parameter is static only, can't be made dynamic.

You have to raise OSS.

reg, avinash

Former Member
0 Kudos

Thanks Avinash ,

I have gone thorugh that link. I know that these are static parameters. But if these can be paased dynamically using Java logic or not that is not clear.

I will also raise one OSS.

Thanks

Former Member
0 Kudos

Hi Gaurav,

Check the following threads, they may help you.

Regards

Charan

Former Member
0 Kudos

Hello Charan ,

I have already gone through these links but these do not cover my requirement.

Thanks