Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How/where can I test a xml application

I need to make a application with xml and ajax, my questions are:

  1. what should I learn besides xml and ajax?
  2. How can I test the application? I heard that wampserver is good for hosting a website locally, but I don’t really know php, but I think I can learn it.
  3. There are better ways to test a xml application?
    PS: I haven’t started learning xml and ajax yet. I know some basic stuff in java, python and c#

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

If you are going to make Ajax calls from the browser to a REST endpoint that returns data in xml format you could test the REST endpoint with Postman. If you are getting xml from a SOAP web service you can test with SOAPUI. If you need to parse the returned xml with Javascript you could use the Javascript DOMParser object. See https://www.w3schools.com/xml/xml_parser.asp.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading