cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP adapter

itabhishek9
Participant
0 Kudos

Hi SDNites,

I am using PLAINHTTP to fetch details from an external system and have few queries regarding the same,

1. Using PLAINHTTP adapter, can I fetch details from a link which is https.

2. In Target Host, I have to populate the details of receiver host.

3. In Service Number parameter of PLAINHTTP adapter, do I need to populate the port number which I can see in my JAVA Page.

4. In path I have to populate the details of path and query string. As I understand the PLAINHTTP adapter uses POST method only so how do I populate the details of my query string.

Ex : https://test.abc..com/report/sys

Additional query string parameters

User : testuser

pwd : password

date : 10-10-2015

How should I pass these details in the PLAINHTTP adapter

Regards,

Abhi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Abhishek,

Check if you can use SOAP Axis adapter with GET method in the Axis handler parameters. Refer SAP Note 1039369 for Axis adapter FAQ for more details.

Regards

Charan

itabhishek9
Participant
0 Kudos

Thanks Inaki for the helpful links.

As I have kept my options open to use either PLAINHTTP, HTTP_AAE or REST adapter to fetch details from external https link. I would like to confirm if using PLAINHTTP adapter and addressing type as HTTP Destination, I still can achieve the same results.

Regards,

Abhi

iaki_vila
Active Contributor
0 Kudos

Hi Abhisehek,

Are you in PI 7.3?, could you use HTTP_AAE adapter?

For https communication Venkat Boppana's blog could help you

You can construct your URL dinamically at mapping level with dynamic configuration, check this Diogo Awaihara's blog

Regards.