With Qmetry framework, Trying to execute the below POST request (with xml content in body). Due to client confidentiality, I have not mentioned exact URLs in the below code.
POST REQUEST:
post.sample.call={'headers':{'SoapAction':'<url here>','Content-Type':'text/xml;charset=UTF-8','Accept':'*/*','Authorization':'<authorization key here>'},'endPoint':'<endpoint here>','baseUrl':'<url here>','method':'POST','query-parameters':{},'form-parameters':{},'body':'<sending xml content here>'}
It throws error :
Caused by: java.lang.IllegalArgumentException: Passed in key must select exactly one node: post.sample.call
This works fine when run through postman. But fails with Qmetry.
Any change required in the above post method to run in qmetry? Please let me know.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…