I have an application that when recorded using web-http protocol and it produces unreadable hexadecimal code in entire requests. Please find below one sample request in my script.
web_custom_request (
Here it is consist of URL , methods etc and last few lines are:
"RecContentType=application/soap+msbin1",
"Referer=",
"Snapshot=t3.inf",
"Mode=HTML",
"EncType=application/soap+msbin1",
"BodyBinary=V\\x02\\x0B\\x01s\\x04\\x0B\\x01a\\x06V\\x08D\n\\x1E\\x00\\x8................................
LAST);
I don't know which spots to correlate and parameterize. Can some one hlep me to sort out what exactly going on and how can I solve this issue.
Thanks