cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Demo

Former Member
0 Kudos

I want to build a scenario (RFC -


> XI ---> Webservice)

I will be supplying the US $$$ in my ABAP program it goes to the XI via RFC and then XI place this request to a WEBSERVICE to get the converted Currency in Japen YEN.

I know this is a Synchronous call. I want to know the Steps involved in R/3 Side, XI Side and on the Webservice side.

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

Create a RFC in R/3. And create RFC destination of Type TCP/IP in SM59.

And ABAP program to call this RFC.

Have a look into these blogs-

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

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

Regards,

Moorthy

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Rohini,

For RFC Sender , this blog by Michal will help,

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

In XI, import the WSDL of the webservice, create the request and response message mapping.

Request -- Between RFC Req and Web Serviuce Req

Response --Between WebService Response and RFC response

One ionterface mapping between 2 synchronous Inetrafces for the RFC and the Webservice.

All config in ID.

ALso take a look at this blog ,

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

Regards,

Bhavesh

Former Member
0 Kudos

Hi,

1. Create RFC

2. Create a RFC destination (TCP/IP)

3. Create RFC adapter with the sam PROGRAMID given in RFC destination.

4. Check the Connection

5. call the RFC in an ABAP Program

In XI,

1. Import RFC

2. DO Mapping for both request and response.

3. Add both Mapping in the IM.

4. Configure Receiver determination

Execute the scenario.

Regards

Vijaya