TestingGuy6
8 years agoNew Contributor
How to pass XML values in Post Request using DataSource in ReadyAPI
Hello,
I am using ReadyAPI 2.3 and I am having an issue with DataSource
My POST Request contains following values and I need to pass these values using DataSource, but getting 401 error
while Passing these values in Post Request using DataSource , but working fine if I keep in body.
Ex. {"address1" : "123 Test St", "address2";"Apt16", "city" : "mycity", "state" : "ZZ"}
My question is...Can I setup these values in DataSource ? If so how can I handle it..?
Even I tried Grid also, still getting 401 statusCode error.
Since there is lot of address validation, I need to setup DataSource
Can you please tell me how to pass XML values?
Really appreciated
Thank you