cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice integration from PI to SharePoint

Former Member
0 Kudos


Hi Experts,

My Scenario is Synchronus Interface :  SAP(Proxy)-------->PI-------->SharePoint (Webservice).

I need to place the file in SharePoint Document Library.

How i need to integrate the interface from PI to SharePoint system.

which Receiver adapter is best from PI to SharePoint for this interface like SOAP or Advantco REST Adapter .

how to do the channel configuration for this .Please can you help me on this.

I have checked with below thread but i did not understand clearly how to do the integration from  PI to SharePoint.

Thanks.

Aadi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos


Hi Vila,

Thanks for your response, My SAP PI : 7.31 . Please can you send me the Advantco REST adapter receiver channel configuration screen shots.

Thanks,

Aadi

iaki_vila
Active Contributor
0 Kudos

Hi colleague,

If you are in PI 7.31 or upper you can use the SAP Rest adapter (i think from SP 09) with not extra license.

If you have the dichotomy to use Rest or SOAP adapter, you have to ask yourself if the target URL is dynamic, think like when you go to the normal web page and when you browse between pages the URL is changing, Rest is nearest to this way to understand the communication than SOAP. If the URL is more or less static like to call a form example an RFC in ABAP, the same interface but with the data to take different results.

If you are working with JSON instead XML for example, take Rest adapter.

Regards.