I am trying to call a SOAP webservice deployed on Salesforce platform using mulesoft in batch format and I am unable to do that.
I have a scenario where I want to schedule the soap call invocation in batches.
My input is a scheduler and processor needs to aggregate my soap calls in a batch size of some number.
I am unable to do that because mule batch job expects array as an input and in my scenario I don't need any input other than scheduler to just invoke my apex webservice.
Any help is appreciated.