0

Environment

I am writing an XMLVend API and I would like to have some example XML generated from some of the specification files I have access to. So my question is as follows:

How can I go about deriving/generating valid XML files from the WSDL, XSL, XSD, and JSPX files I have access too?

Thanks!

Buhake Sindi
  • 87,898
  • 29
  • 167
  • 228
Eric H
  • 1,100
  • 16
  • 32

1 Answers1

0

Found this answer from user levand who recommended Oxygen. Using their 30 day free trial I was able to generate some example XML documents of the different types I needed.

Specifically, after installing and launching Oxygen XML Editor, I went to Tools > Generate Sample XML Files, picked my .xsd file, and then selected my root element (or type of XML file to generate if your .xsd defines multiple types like different types of requests or responses).

Community
  • 1
  • 1
Eric H
  • 1,100
  • 16
  • 32