We have recorded an application which has some Silverlight content. After recording, it is giving some response in junk format.
"xÚíU]oÚ0}Ÿ´ÿå¹™€Ñ®ô?„"C!“6M{0ö
³–Ú™?
¨ê¯??Õ Î¦¾ED¹÷øÜkŸs“Ç÷ï‚ Lä?À¿¦ä1á] „†«*&e£ Û¾ eˆ?„ë°F¬t¡hÌ™«BJËHl! ˹0„5p`ä+# ‚*Êö5~I¥2ø?õÍ6f
®þ>ÇœØîÂ8 _‚ÞbUf4˜Ö×;ÑæIäœ)ªN Ã…&@ÜW€•)T,46:8ÿ"Ï_ó]òêdVæ¨?à&Öpð…gæ`TÕÅE*楇iâ?b¨ÏÈA1R¼Úc
y²·Ÿy²S ÍyÍ?؈|Ƀ%—²£‘»àµê|[zÔñU{©%R
”I]
›«S&"
The content type is application/octet-stream
Are there any funtions that can convert this format to normal XML to POST to request?
application/octet-stream is a binary content type so it is expected to see binary data i.e no human readable data.
NeoLoad can't know how to read that binary data since it can be any kind of data. If you know how to handle that binary data using JAVA code you could use the Data Format Extension API of NeoLoad to convert that content to XML content.
For more information please look at the NeoLoad documentation here
No similar question