Hello I have an API and I created a POST method that sends an xml and if everything is ok it saves the data from xml to database.
I would like to get the xml that the user inputs (for the test case the data that I input in Postman) to check it against xsd schema so no extra tags are in the xml. The second part I figured it out...I just want to know how to get xml from post request
Thanks in advance