added
XML view for request and response body
over 4 years ago by Eugene Krylov
You can now create API tests that have XML, HTML, or Text payloads in version 0.8.15 of the mabl desktop app. You can do this by choosing raw body type for the request and selecting a payload format such as XML from the type dropdown.

When you send a request with a given payload type, mabl will display the response body with respective format highlighting based on the Content-Type header value (e.g. text/xml or application/xml) as shown below.

Example of a Contet-Type header of an XML-based response payload.

Example of an XML formatted response body.