Java/XSD parsing

我只是一个虾纸丫 提交于 2019-12-04 03:15:01

If its a WSDL file with which you want to generate Java classes, then Axis WSDL2Java (based on JAXB) can be used to get classes based on the schema defined in the WSDL.

JAXB also offers binding framework which you might want to look up.

http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/twbs_jaxbschema2java.html

Above link should be useful.

oXygen has an XML instance generator that can generate a set of XML document samples based on a given XML Schema.

You can also invoke it from the commandline.

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