on 2015 May 12 4:40 PM
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
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 ¶m1=Hello¶m2=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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.