API Testing - XML Requests and Response Validation in vREST NG

Опубликовано: 04 Апрель 2026
на канале: vREST
266
3

vREST NG is an enterprise-ready application for Automated API Testing. This video will help you understand, how you may quickly (within a few seconds) validate your XML responses using XML body assertions and by providing the expected XML responses in vREST NG Application. And you may easily maintain those API tests if there are any changes in the actual XML responses in the future.

We have used a sample SOAP API for the demonstration purposes:

*API Endpoint:*
POST http://www.dneonline.com/calculator.asmx

*Request Body:*
Note: As Youtube doesn't allow to add angle brackets. So, you may copy the below request body from this link (http://www.dneonline.com/calculator.a...) as well.

⋖?xml version="1.0" encoding="utf-8"?⋗
⋖soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst..." xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envel..."⋗
⋖soap:Body⋗
⋖Add xmlns="http://tempuri.org/"⋗
⋖intA⋗5⋖/intA⋗
⋖intB⋗7⋖/intB⋗
⋖/Add⋗
⋖/soap:Body⋗
⋖/soap:Envelope⋗

*Request Headers:*
Content-Type: text/xml

============================================
|| ** Book a Live Demo: ** ||
|| https://meetings.hubspot.com/dheeraj-... ||
============================================

You can download and install the vREST NG application directly on Windows, OSX, and Linux via our website.

==========================================
Important Links:
1. Website: https://vrest.io/?utm_source=youtube&...
2. Contact Email: [email protected]
3. Community Chat:   / discord  
4. Book a Live Demo: https://meetings.hubspot.com/dheeraj-...

==========================================
Follow us on other social platforms:
1. LinkedIn:   / vrest.io  
2. Twitter:   / vrest_io  
3. Reddit:   / vrest  
4. Telegram: https://t.me/vRESTNG

If you found this video helpful then please like this video and subscribe to our channel. And let us know your useful suggestions through comments.

#API_Automation
#API_Testing
#vRESTNG
#vREST
#xml