cancel
Showing results for 
Search instead for 
Did you mean: 

http to rfc

Former Member
0 Kudos

In HTTP to RFC scenario, there is one web purchasing application, in that application the clients are creating the purchase orders, in this scenario if we use HTTP client then how the data maintained in that application is picked in to integration server of XI.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srini,

<b> if we use HTTP client then how the data maintained in that application is picked in to integration server of XI.</b>

Once u upload ur input XML file into the HTTP client and if u have configured ur scenario correctly the required data will reach XI via HTTP adapter.Now ur question is how u will extract the data from webservice application and create the input xml for HTTP client right???

If so.. i will advise u to go for SOAP to RFC scenario.This will be better,Please let me know if u require any other info.

Regards

BILL

Former Member
0 Kudos

HI Srinivas,

The HTTP Application will have a logic for sending the desired data to SAP XI....

if it is not present you need to incorporate logic in it.....

(The logic is the same tht is used in the HTML tool file that we use for sending data to SAP XI using HTTP)

*Reward points if helpful*

Regards,

Sushil.

Former Member
0 Kudos

Hi Sushil,

Thanks For your reply,

Actually i also know there will be some logic will be there to pick the data from that purchasing web application, but i want to know that logic how it will pick the data from the web application and how it will create the XML file.

Former Member
0 Kudos

Hi,

When the purchase order is created (and I'm guessing this is when you want to send the data to XI) an HTTP post will send the data into XI.

Kind regards

Colin.

Former Member
0 Kudos

Hi Srinivas,

The application itself will send the data..(the logic implemented thr)..

XI will be receiving that data,,,,,

Regards,

Sushil.