This Connector contains BP tasks that can be used to upload and download documents when dealing with feeds and reports.
To create the Connector Project and integration, follow these steps:
- Create a connector project as explained in the Connector Creation section.
- Create the integration project (CIC Project).
- Add the dependency of the connector project in the integration project
- To perform an operation using the connector BPs and Schemas, see the two scenarios below.
DownloadDocument
- Create a BP in the integration project.
- Create a task in the above BP to include the BP from the connector project (i.e. DownloadDocument which takes the URL and CompressionAlgorithm (optional) as input, and then provides the downloaded document as the Result.
UploadDocument
- Create a BP in the integration project
- Create a task in the above BP to include the BP from the connector project (i.e. UploadDocument) which takes the URL and Source as input to upload source to the particular URL, and Content-type (optional) hence defaulted to “application/xml”.
The Connector will also contain a wrapper BP which can perform operations as noted here.
BPS Name | Description |
---|---|
GetFeedSubmissionResult.bps | Invoke GetFeedDocument API, Download the feed and return feed |
SubmitFeed.bps | Upload document to a given url and invoke CreateFeed API |
GetReportContent.bps | Invoke GetReportDocument API, Download the report and return report |
Comments
0 comments
Please sign in to leave a comment.