cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices related senarios like calling BAPI/RFC....Sync/Async

Former Member
0 Kudos

Hi All

I am new to XI and can any one help to configure the webservices scenarios

So any one can provide the step by step ....for these scenarios

Regards,

Rakesh

Accepted Solutions (1)

Accepted Solutions (1)

STALANKI
Active Contributor
0 Kudos

Use this one:

https://weblogs.sdn.sap.com/pub/wlg/2292-Invoking [original link is broken] [original link is broken] [original link is broken] [original link is broken] webservice

https://weblogs.sdn.sap.com/pub/wlg/1340-Testing [original link is broken] [original link is broken] [original link is broken] [original link is broken] webservice

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi prasad,

This blog also can help you:

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

Former Member
0 Kudos

Hi Prasad,

SOAP Adapter is useful for Webservices. The following how to document will give you step by step procedure for

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

Regards,

Sai

Former Member
0 Kudos

HI,

Refer tis blog.

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

Regards,

Sudheer.

bhavesh_kantilal
Active Contributor
0 Kudos

Prasad,

To summraize what is to be done for a SOAP - XI - SOAP scenario.

1. Decide what the receiver webservice is going to be. You can download the WSDL from multiple free webservice. For example use Currency Convertor http://www.webservicex.net/CurrencyConvertor.asmx

Download the WSDL from here and then import it into XI as an external definition. Now, This will act as your Inbound Message Type and Inbound Message Interfac.

2 . Create the datatype for your SOAP sender and message type as per requirement and then do the mapping .

3. Configuration in the ID remains the same, use Sender SOAP adapter and receievr SOAP adapters.

For more info,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f22...

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

Regards,.

Bhavesh

Former Member
0 Kudos

HI,

please look at following weblogs

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

/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

Thanks,

TUhin