cancel
Showing results for 
Search instead for 
Did you mean: 

Adaptor

Former Member
0 Kudos

Hi All,

I have developed the pages using BSP and hosted them to portal. Now I want to pass the data from the portal to R/3 using XI. Should I be using SOAP Adaptor or any other adaptor?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Hemant,

AFAIK there is no need of XI between portal and R/3 running in the same server.

If your requirement is to use XI then you can go for proxies. This is because u are trying to connect an application to XI.

To connect a application we use Proxies in XI.

On the receiver side of XI you can use RFC like adapters to connect to R/3

Regards,

P.Venkat

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You can expose an Interface as a Webservice in XI and then use the WSDL to send data to XI from the BSP application . For info on this section 3.2.2 of this document.

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

Else you can use a HTTP Post to post the message to the Integration Engine of XI directly.

Regards,

Bhavesh