XMLVend Example XML Request and Response? [closed]

↘锁芯ラ 提交于 2019-12-23 05:18:45

问题


Environment

  • Ubuntu 11.04 x64
  • PHP 5.3.5
  • VIM 7.3.35
  • XMLVend Specification

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!


回答1:


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).



来源:https://stackoverflow.com/questions/7041388/xmlvend-example-xml-request-and-response

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!