cancel
Showing results for 
Search instead for 
Did you mean: 

http to RFC or SOAP to RFC (synchronous)

0 Kudos

Hi,

I need to connect PHP with RFC via XI/PI

Request will be send from php developed web pages to R/3 (RFC) to get data back to web page.

I think to resolve this scenario 1u2019ve two options

1: SOAP to RFC (synchronous)

2: HTTP to RFC (synchronous)

Can you please suggest me the scenario?

Thanks for you time

Regards,

Farrukh Ghani

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

why not try ' php connect to RFC'. There is a tool sapnwrfc, which makes php call RFC directly.

http://wiki.sdn.sap.com/wiki/display/EmTech/Weblogsrelatedto+PHP

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Ghani,

The two options you mentioned we can use,but it depends on how PHP web site going to send data,if it is going to send webserive then use SOAP adapter,you are expecting response ,the RFC wil work as synchronous.

If it is not Web Service other option is HTTP,receiver would be RFC only.

How to configure SOAP->XI>RFC or HTTP->XI-->RFC scenarios,simple search in sdn will give many blogs,search in sdn,

if you unable to find right one let me know..

Regards,

Raj