cancel
Showing results for 
Search instead for 
Did you mean: 

URL in HTTP sender adapter

PratibhaK
Participant
0 Kudos

Hi,

I have a scenario where I want to configure a HTTP sender adapter.

I have a HTTP PUT url of a 3rd party application from where the HTTP adapter should poll and pull the files into PI.

Is this possible? If yes, where and how do I mentioon the URL?

Please help!

Thanks,

Pratibha.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

The HTTP adapter cannot poll.

PratibhaK
Participant
0 Kudos

Hi,

That means, the sender aplication has to write a http://<hostname:port>/<path>?<query-string>; type query?

Is there no other option?

Is it not possible with the SOAP sender adapter also?

Thanks,

Pratibha.

former_member200962
Active Contributor
0 Kudos

For both HTTP and SOAP the data has to be pushed to the adapters (channels).....they wont be able to pull data from the sender/ webservice

PratibhaK
Participant
0 Kudos

Thanks....

By chance, do you know, if there is a function module in ABAP to read/get the files from the HTTP server?

regards,

Pratibha.

former_member200962
Active Contributor
0 Kudos

Sorry, no idea......may be you can try posting this question (ABAP module) on the ABAP General Forum.

Regards,

Abhishek.

Former Member
0 Kudos

Pratibha,

If your http URL is static and the resource/content behind this URL is retrievable using the HTTP GET method, you can use the Axis sender adapter to periodically retrieve the content. The content can be a SOAP XML or a plain XML.

If you are interested in this approach, you can find more information in the FAQ note 1039369.

Regards, Yza

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

HTTP Scenrios,we never configure HTTP sender adapter,wehen evr you send a request it will direcltly reach IE,HTTP part of IE.

Regards,

raj