cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_AAE adapter configuration

itabhishek9
Participant
0 Kudos

Hi SDNites,

I am configuring HTTP_AAE adapter to call https link and need some detials of the adapter configuration,

1. What is the need to populate Set Form and Set Multipart parameter. When selecting SetForm, main payload parameter name is mandatory. What needs to be passed here.

2. In what scenario I do not need to select either of them.

3. To create query parmeters, do I need to select "Additional query Parameters" in Advanced Tab.

4. What are the values that needs to be passed in Header Fields in Advanced Tab? (Ex: Accept, Content-Type etc.)

Regards,

Abhishek

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Abhishek,

First of all i think that is recommendable to read carefully the next links: and Configuring the Java HTTP Adapter on the Receiver Channel - Advanced Adapter Engine - SAP Library


1. What is the need to populate Set Form and Set Multipart parameter. When selecting SetForm, main payload parameter name is mandatory. What needs to be passed here.

When you access to a website sometime you can notice a button to send data, you need to know how works that page in order to know what to set in SetForm. Im not sure, i think you should pass the ID or the button name.

Multipart is used in http calls to have several parts with different data in one shoot.


2. In what scenario I do not need to select either of them.

This depends about the endpoint that you want to access, you would need to know a bit of html or someone on the endpoint to explain what is the way to call his website.


3. To create query parmeters, do I need to select "Additional query Parameters" in Advanced Tab

You are right, some URLs have some parameters like &param1=Hello&param2=World, and you would need to define the parameters and their values there.


4. What are the values that needs to be passed in Header Fields in Advanced Tab? (Ex: Accept, Content-Type etc.)

AFAIK , any http header parameter that endpoint understand.

Hope this helps.

Regards.

former_member193386
Active Contributor
0 Kudos