Hello everyone,
I hope you’re all well.
It’s my first attempt of using Postman and I have gone through a lot of videos, posts and articles on the Postman Learning Centre, but unfortunately I can’t seem to find the issue with the data not being created.
I am trying to bulk-upload a set of sample data into a booking system using Postman:
-
I have created a new collection - POST: https://thebookingsystemurl/post
-
The booking system had already some APIs available (SOAP API) in XML.
-
I have used the SOAP 1.1 request and I have modified the placeholders using {{ }} to match the column headers of my csv.
-
If I press send at this point, I get the following:
Note: Since your browser does not support JavaScript, you must press the Resume button once to proceed. -
If I upload the csv to the Runner and use the Collection as a Run Order, All Tests are 200 OK. And I had a look at the Response Body:
< strong > Note: < /strong> Since your browser does not support JavaScript, you must press the Resume button once to proceed. < /p> < /noscript> < form method = "post"
action =
It also looks at the SAML Request, but I can’t see an error.
If I try to press the Resume button, nothing happens.
Could you please let me know if I am missing anything obvious?
Your help is much appreciated :).
Thank you.