I have a .xml
file in external files and I want to parameterize a field. I am not able to do it directly. Is there any way we can parameterize the field? So I have a vugen script:
web_custom_request("getInfo", "METHOD = POST",
"URL = "https://someurl.com",
"BodyfilePath=payload.xml",
LAST);