cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding RFC to HTTP

Former Member
0 Kudos

Hi,

I want to configure RFC - to -HTTP. Do i need to create structure for HTTP or will I get the RFC response to HTTP. IS BPM required?

Regards,

Varun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just check

for sync RFC to get the data out of r/3

for HTTP test tool check code in this weblog

/message/266750#266750 [original link is broken]

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm

Answers (1)

Answers (1)

aashish_sinha
Active Contributor
0 Kudos

Hi

Your scnearios doesnt need a BPM. You could do a simple synchronous scenario. Here are the steps you need to do

1. RFC -> XI

you could use rfc adapter for making the initial call from RFC to XI. You need to have a registered program(SM59 tcpip connections , to XI)

2. In XI import your RFC. Use the RFC as outbound interface.

3. Define an inbound interface, with a message type expected by ur trading patner

4. do interface and message mapping in Repository/Design

5. In Config/Directory define RFC outbound(sender) adaptor with the registerd program, host name etc

6.

define inbound(reciever)SOAP adapter with the url of

the trading patner, and soap action

or

define a plain http adapter(reviecer)with the post

information to the trading partner url.

u only need two communication channels

1. RFC sender

2. HTTP Receiver

the interface mapping will have both request and response message mappings.

ALso look into this web log

This whole scenario is synchronous.

Regards

Aashish Sinha

varun_k
Contributor
0 Kudos

Hi Aashish Sinha,

Thanks for your reply. I think for RFC, there is no need of Message Interface. then What type of Interface should i Define for HTTP. And Mapping Should be defined for which messages as the scenario is RFC to HTTP.

Reqards,

Varun

Edited by: Varun on Sep 19, 2008 5:02 PM