on 2008 Sep 19 8:46 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
This whole scenario is synchronous.
Regards
Aashish Sinha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.