We are getting error while using adding curl request in loop as shown in below code.
eventhough first entry from the loop gets consumed properly , from 2nd loop onwards we get error..
#$data is large XML file, which we divide in chunks and pass in for loop where curl request is added.
Open in new window