How to generate sample XML documents from their DTD or XSD?

前端 未结 19 1883
梦毁少年i
梦毁少年i 2020-11-22 10:11

We are developing an application that involves a substantial amount of XML transformations. We do not have any proper input test data per se, only DTD or XSD files. We\'d li

19条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 10:51

    The open source Version of SoapUI can generate SOAP requests from WSDL (which contains XSD type definitions), so it looks like there IS an open source implementation of this functionality. Unfortunately, I haven't figured out which library is used to to this.

提交回复
热议问题