Forum Discussion
dramus
4 years agoContinued Contributor
Calling multiple SOAP calls
I have a business need to grab data from a cloud source that requires multiple SOAP calls to complete. The process is as follows: Login Execute Report Download Report results Logout. Tryin...
sean_cochran
2 years agoResolver I
Just curious if you ever found out a solution here - I have to go through a similar sequence to grab data from a soap API. Each of the steps works individually, but the sequencing is out of order and it's making multiple calls at one step.