cancel
Showing results for 
Search instead for 
Did you mean: 

expose BAPI using ESOA.

Former Member
0 Kudos

Hi Gurus

How to expose BAPI using ESOA?

Regards

Deepanker.

Accepted Solutions (1)

Accepted Solutions (1)

rohit_goel
Participant
0 Kudos

Hi Deepankar,

SAP NW-XI is the platform that supports E-SOA concepts.We can use in-built functionality that is already existing in the SAP business suite to make it as a web service And then we can use this inside our business process using XI (integration platform).

we can expose BAPI as a web service and then we take WSDL of that web service and import it into the XI -integration builder-IR.This is called inside - out approach of creating interfaces in XI.

we then create the configuration scenario in ID.

we create a backend business system and create one Receiver communication channel that will process SOAP message.In this communication channel , in target url option we give the address of the web service .

refer this link to know how to create and expose BAPI as a web service:

/people/sridhar.k2/blog/2006/09/12/creating-and-exposing-bapi-as-web-service-and-using-it-in-web-dynpro

please put further questions if you have any doubt.

Regards,

Rohit

Former Member
0 Kudos

Thanks Mr. Goel.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

ESOA is the architecutre An architecture which is services-oriented

U can expose the BAPI as Web Services through SAP XI.

/people/community.user/blog/2006/10/24/exposing-bapi-as-web-services-through-sap-xi

Thnx

Chirag