Integration of Cloud SCP and Oracle EBS using Web Service - Challenge
Summary
How to download files from UCM directory using Java or PLSQLContent
I am trying to integrate the Oracle SCP with Oracle EBS 12.2.5 using ErpInteration WebSerive fscmService/ErpIntegrationService.
I am calling the SOAP action getDocumentsForFilePrefix to download the zip files from UCM account. I getting the response as but it is a multipart HTTP response - 1st part is XML document which has the document details like document name, document id, document account, etc and 2nd part is zip file binary format.
I want to know how to handle this multipart response from Web Service? How to separate the multipart response.
0