cancel
Showing results for 
Search instead for 
Did you mean: 

Upload File from SAP Process Integration to Sharepoint Site 2010

Former Member
0 Kudos

Dear All,

I have a requirement to upload files (.txt / .pdf / .doc / etc) from Source Folder to Sharepoint folder using SAP Process Integration (SAP PI). Sender is FTP while Receiver adapter is SOAP / HTTP. I tried uploading sample data using CopyIntoItems webservice of Sharepoint (used SOAPUI for testing). However this failed with an error "HTTP 400 Bad Request".

Also I found one reference saying CopyIntoItems can be used only when source and destination are in same SPWebApplication (which is not the case for me).

So can anyone please let me know which webservice should I use for uploading files into a Sharepoint 2010 folder? I think there should be some standard WS available.

SAP PI version is 7.31 (Dual Stack).

If CopyIntoItems is the webservice to be used then please let me know how it should be populated?

My requirement is similar to this thread --> https://scn.sap.com/thread/3390569

Thanks.

Message was edited by: Shardul Sane

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Request from SOAPUI is working. Next step is checking connection through PI, will keep the thread updated with results.

Meanwhile please feel free to provide your suggestions on this topic.