IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#32475 - 05/15/09 05:50 PM SharePoint Integration
John Alexander Offline
Junior Member

Registered: 05/15/09
Posts: 4
What would be the best way to output documents into a SharePoint 2007 Server Document Library? Would this be a Send to Folder Output Task, or a PlanetPress Image Output Task, or is there a better way?

Regards,
John Alexander

[Crossposted to PlanetPress WorkFlow Forum]

Top
#32476 - 05/19/09 10:59 AM Re: SharePoint Integration
Anonymous
Unregistered


I think the best way to send a document to Sharepoint is to use SOAP.

In PlanetPress Workflow, you can use the SOAP client plugin to accomplish this.

The SharePoint service that expose the method to copy documents is found at this address : http://YourServerAddress/_vti_bin/Copy.asmx. This WSDL provide the method CopyIntoItems which allows to copy documents into a sharepoint location.

Hope this helps.

Top
#32477 - 05/19/09 11:01 AM Re: SharePoint Integration
John Alexander Offline
Junior Member

Registered: 05/15/09
Posts: 4
Thank you Luc!!!!

Top