Hi Anu,
Looking at the error you are facing, there was no request sent in request body for the service execution. :roll:
You can add a Batch to a Job. See here Salesforce Developers .
The Job can have any of these content types for a batch: XML, CSV, ZIP_XML, or ZIP_CSV (JSON is not supported in the Salesforce Bulk Connector)
Then create a cloud connector service(CCS) for Create Batch resource. The Create Batch CCS accepts a Job ID as parameter and the request body as stream. Execute this service in a flow service passing a valid request stream to the request and the service should execute fine.
H2H.
Regards,
Punith DG
#webMethods#CloudStreams#Integration-Server-and-ESB