cancel
Showing results for 
Search instead for 
Did you mean: 

Soap to r/3

Former Member
0 Kudos

Hi,

I am supposed to do a soap(wsdl) to r/3 scenario.

Can I get a step by step scenario for the same?

Regards,

Raghu

Accepted Solutions (0)

Answers (4)

Answers (4)

turmoll
Active Contributor
0 Kudos

Hi,

This document: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79">How to Use the XI 3.0 SOAP Adapter</a> describes all detail regarding SOAP adapter configuration both sender and receiver.

This document present one of the possible scenario: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f222711d10c0">How to Set Up a Web Service-Related Scenario with SAP XI</a>.

The anather possible scenario you have in this doc: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78dbf9b">End to End Scenario Development in XI</a>

Both are descibed step-by-step.

Regards,

Jakub

Former Member
0 Kudos

Hi there!

It's quite easy - since it is SOAP scenario, I suppose the 3rd party invokes "something" on XI and XI sends request into R/3. This can be made as synchronous or asynchronous scenario. You have to do following:

a, create data type for request (incoming message from 3rd party)

a1, if it shoud be sync scenario and you want to send also response, create also data type for response

b, create message type(s)

c, create interface for this call (sync or async, depends on yr needs)

d, import Function Module, which have to be called on R/3 (or IDoc)

(if it is IDoc, scenario must be async of course)

e, create mapping

...

then configure scenario - you'll have sender soap adapter - if sync or async, maintain quality of service..

finish configuring scenario.

It should work.

Peter

former_member192892
Active Contributor
0 Kudos

This should help you..

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

Shabarish_Nair
Active Contributor
0 Kudos

have a look at this to know how to invoke SOAP from XI - /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi