cancel
Showing results for 
Search instead for 
Did you mean: 

File To HTTP

former_member240483
Contributor
0 Kudos

Hi Experts,

I am planning to design a interface file to HTTP for moving file from one location to anothere( i know i can use file adapter on both sides) .

sender side no probs

receiver side i need to configure HTTP adapter for file processing ,i went through help but bit confusing..

Could any one give me an idea what needs to be configured in HTTP rec adapter :

Target host

service number

path.

Thanks in advance.

Thanks

PT

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
former_member240483
Contributor
0 Kudos

Thanks for your reply,

as i mentioned i read the SAP PI help allready.

If i am moving file from one folder to another on the receiver side using HTTP adapter ( same XI UNIX box)what to configured in

Target host

service number

path

Thanks

PT

Former Member
0 Kudos

It is just like accessing any site running on web server. so the receiver side shd have some code to handle the payload and construct the file.

just select the address type. and provide the url. you can pass additional query params.