cancel
Showing results for 
Search instead for 
Did you mean: 

rfc to webservices

Former Member
0 Kudos

hi

rfc to webservices scenario

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI

Refer this

Steps

Import the RFC meta data to PI

Import the WSDL to PI

Create MI for RFC -outbound Sync (if response is involved else Async)

Create MI for WSDL service you want type Inbound Sync (If response involved)

Create MM(external definition and RFC), IM for these

Create Sender RFC adapters with SA

Create Receiver SOAP and do necessary pipline steps

Thats it

Thanks

Gaurav

0 Kudos
Former Member
0 Kudos

First of all few facts about Webservice:

1. Webservice is a remote application which is available in the Web.

2. XI communicates with Webservice by using SOAP adapter.

3. XI can send data to Webservice and can receive data from it.

How to use webservices in XI

A good start to creating web services:

How To Use the XI 3.0 SOAP Adapter

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

RFC -> XI -> WebService - A Complete Walkthrough (Part 1)

RFC -> XI -> WebService - A Complete Walkthrough (Part 2)

Exposing BAPI as Web Services through SAP XI

Configuring the Sender RFC Adapter - step by step

Regards,

Aditya