Hi All,
I am stuck up with a scenario. I have got a pair of Request-Response & i am trying to create a VS with that. While using RR pair approach in DevTest 8.4, I am getting a pop-up warning(attached) and after clicking "OK" and generating vsm & vsi files, I am seeing some binary data in my Response section, under "Body" tab. I have attached the screenshot for this along with my VSM, VSI files and RR pair.
Kindly look into this & guide me to resolve this issue.
Regards,
Aman Saeed.
Hi Aman, I believe you are dealing with a UTF-16 Little Endian formatted XML.
Try playing your R/R pairs back through the recorder.
When you get to the panel in the Wizard where you point to your R/R Pairs, add "UTF-16LE" in the Encoding parameter immediately above the Transport Protocol.
Configure your endpoint. When you CLICK Next, the Wizard will most likely pick up that the request is XML and insert the SOAP DPH.
Finish out your recording and check your VSI. When I did this in v9.1, I can see a response containing an XML Document / DOM object.