cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure SOAP Adapter.

Former Member
0 Kudos

Hi,

My Integration sienario goes like this it involves two systems one APM it is a purely .NET Application involves Webservises. Another SAPR/3 System (RFC'S Related to Plant Maintenance) in middle there is SAP XI System. APM system calls SAPR/3 Via SAP XI And SAPR/3 returns Plant Maintenance Order.like this the process goes.

Here Sender side(APM side) they ar planning to use SOAP B'cause it involves Webservises. on receiver end(SAPR/3 side) BAPI'S B'cause they need Synchronous communication. this is first time i am working on SOAP Adapter Any body tell me how to start with . thanks in advance.

With Cheer's

kiran.B

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Kiran,

I think Bhavesh has given a very good answer and I would like to give a complement to his answer. In XI Inbound channel, it's Soap sender adapter your should use to expose your interface as web service which could be invoked by your .net application.

regards,

hui

bhavesh_kantilal
Active Contributor
0 Kudos

Kiran,

This is a srandard requirement.

Expose your Outbound Message Interface as a webservice in XI and provide this WSDL to your APM System.

The APM system will used the WSDL to invoke the call to XI and XI will map this to the RFC and get the response back and send it back to the R3 system.

To expose a Message interface in XI as a webservice take a look at section 3.2.2 of this how to guide,

<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 SOAP adapter</a>

Regards

Bhavesh

Former Member
0 Kudos

Kiran look into this

As per my knowledge any RFC - enabled function can be exposed as a webservice which can be consumed by any application written in any language directly..

an XI message interface can also be exposed as a Webservice.

RFC is function-oriented webservice.

XI interface is integration webservice

Check the following blogs for webserivces

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

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

/people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated

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

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

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

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

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]

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295a...

/thread/122211 [original link is broken]

Regards

Sreeram.G.Reddy

Former Member
0 Kudos

Hi,

see my links below for SOAP / Webservice

HI,

See the below links

/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

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

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

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

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]

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295a...

/thread/122211 [original link is broken]

Regards

Chilla..

Former Member
0 Kudos

Check this approach....

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