Postman is a popular API testing tool that allows you to send and receive HTTP requests, including requests with XML responses. You can use Postman to parse XML responses, which can be useful for a variety of reasons, such as:

  • To extract data from XML responses
  • To validate XML responses against a schema
  • To transform XML responses into other formats, such as JSON

In this video, we'll show you how to parse XML responses in Postman. We'll cover everything you need to know, from setting up your Postman environment to writing code to parse XML responses.

This time we will take a look at working with XML responses which tend to be a bit uglier than JSON responses.

I will show you how you can reach a nested property in Postman.

There are two skills you need to acquire: you need to understand how objects and arrays work in JavaScript.

#postman 

Parsing XML Responses in Postman: A Step-by-Step Guide
1.05 GEEK