cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter and RFC Adapter

Former Member
0 Kudos

Hi Experts,

Could you please help me out the realtime example of SOAP and RFC Adapters, and what are the mandatory parametres used in these adapters. Please help me out in this regard,

Regards,

Amruth

Accepted Solutions (0)

Answers (3)

Answers (3)

rohit_goel
Participant
0 Kudos

Hi Amruth,

SOAPXIRFC/BAPI

Real time example of RFC adapter may be like you are calling some BAPI/RFC from R/3 system like BAPISALESORDERCREATE.

first u need to import the meta data to your IR and then define interfaces.(receiver RFC)

for SOAP adapter , U can define web service from ID and then use this wsdl into SOAP adapter.(sender SOAP)using any SOAP client (XML spy or SAP SOAP client)u can call any SOAP request

RFC Adapter http://help.sap.com/saphelp_nw04/helpdata/en/11/028417f9f8b24cbe1b0b398e1cb76a/frameset.htm

SOAP Adapter http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm

Regards,

Rohit

Reward point if found useful.....:)

Former Member
0 Kudos

hi Amruth,

please go through the following link

soapadapter

:https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79

RFC adapter :/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

http://help.sap.com/saphelp_nw04s/helpdata/en/5e/3f7440c26ed262e10000000a155106/frameset.htm

Regards

Kasturika

Former Member
0 Kudos

Amruth,

Refer to urls

RFC Adapter http://help.sap.com/saphelp_nw04/helpdata/en/11/028417f9f8b24cbe1b0b398e1cb76a/frameset.htm

SOAP Adapter http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm

You can also refer to the SDN, help.sap.com etc and search for the above terms to produce a hit list containing a mixture of forum threads, blogs and references to SAP documentation

Live examples?

SOAP adapter to communicate to WebService (basically any http active server) but a lot of people still use http protocol

RFC for communication to other SAP environments

Regards,

Mike