cancel
Showing results for 
Search instead for 
Did you mean: 

Http real time

Former Member
0 Kudos

I have seen a scenario using http --> RFC

for testing it... we are using XML

But in real time how the data is passed I mean the parameters for RFC .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sunil,

In real time you will just post the data via HTTP to XI. This will map to your RFC. If you have response from RFC and if you are doing Syncrhronous scenario you will get the response back to the URL.

Check this weblog for more information on this:

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

Regards,

---Satish

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

in real time,the HTTP sender system will send the data in either XML or Flat file(for flat file you need FCC on sender side),but since ur using XML,i guess for you it will be XML.

The XML itself will have all the request parameters required for RFC

Thanx

Ahmad