Forum Discussion
I have tried the follow combinations all with the same issue
-unchecked ‘Trust all certificates’ and leave headers and follow re-directs
-Check ‘Trust all certificates’ and leave headers and follow re-directs
-unchecked ‘Trust all certificates’ and follow re-directs but leave headers
-unchecked follow re-directs but lchecked ‘Trust all certificates’ and leave headers
-Checked both ‘Trust all certificates’ and follow re-directs but remove header settings
There is not iteration capability within the SOAP Snap, so here’s an idea:
Turn your SOAP request into a triggered pipeline, which you call from a pipeline with the REST Snap. For each request that responds with processing, use that to set the “Has Next” option, and the REST GET Snap will iterate for you. In the “host” pipeline you may want to filter out the responses with Processing by adding a filter Snap.
Would that work for you?