Hi,
A web_custom_url script (using Web services protocol/vuser) successfully submits a request and fetches response (which can be seen by turning on advanced log run-time setting), but the "test results" in the replay summary do not show the XML response from the server.
There was a message in the replay log:
HTML parsing not performed for Content-Type "application/soap+xml" ("ParseHtmlContentType" Run-Time Setting is "TEXT")
And the test results for the custom request step had this text under "details" -
Resource of content type ""DummyContentType"" loaded successfully
The bottom-pane was empty with nothing displayed.
The script uses EncType=application/soap+xml; charset=utf-8.
Other scripts that use EncType=text/xml; charset=utf-8 seem to work fine and the XML response is displayed when viewed from the Test Results window.
Can you please help with this? Is application/soap+xml not a supported format to display results?
Thanks,
Aish