Hi,
I am a newbie to Postman. I am trying to create a prerequest script to create an xml request when a collection is ran and using the data from the CSV file. . Is this possible ? Thanks in advance
Hi,
I am a newbie to Postman. I am trying to create a prerequest script to create an xml request when a collection is ran and using the data from the CSV file. . Is this possible ? Thanks in advance
Creating an XML request from scratch may be a lot of work and coding.
Did you try creating an XML template in your request body and using Postman variables to change the data that is dynamic?