cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adapter POST

Former Member
0 Kudos

Hi Can anybody point me on How to configure HTTP receiver adapter. I have gone through SAP help library on XI and configuring HTTP receiver adapter topics but what I am looking for is specific weblog on HTTP receiver Adapter configuration as I have a scenario where I need to read a file and send the payload of XI message to url using POST.

Thanks.

-Adrean.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey

you need to get the URL from the receiver system and then give the server i.p,port and path in the receiver HTTP adapter.

thanx

Ahmad

Former Member
0 Kudos

I need little more details on configuration part like,

If the scenario is synchronous then how do I handle it (With or without BPM)?

If It is Asynchronous then do I need BPM or not?

If in either case I need BPM then what are the steps in BPM that I have to use?

Does HTTP Adapter support Attachment?

Can I use SOAP adapter instead of Plain HTTP for doing POST?

Thanks.

-Adrean.

Message was edited by:

Adrean Hart

Message was edited by:

Adrean Hart

Former Member
0 Kudos

for a synchronous scenario,you can either use BPM or you need modules,here is a blog on File to RFC using BPM

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

your will be pretty much the same,only difference is that you will have HTTP instead of RFC.

to use modules,have a look at the following

for async scenario you dont need any BPM,do the following for async File to RFC

create DT,MT,MI(outbound async) for sender file

Import the RFC to be used as the receiver

create MI(inbound async) for RFC(as its async,u need MI ,else for sycn RFC no need of MI).

create MM between File and RFC request

create IM

Create sender CC,receiver CC,sender agreement,receiver agreement,interface det and receiver det.

n ur done

thanx

Ahmad

Message was edited by:

Ahmad

Message was edited by:

Ahmad

Former Member
0 Kudos

Thanks Ahmad. It is helpful. Closing the question for time being. Once have something more as along I go, I will reopen.

Thanks again.

Answers (0)