linux command line tool for generate xml request from wsdl

末鹿安然 提交于 2019-12-25 01:33:13

问题


I'm new on this field. I would like to know if anybody know a Linux command-line tool to generate a XML Request from a wsdl that I have. This wsdl uses XSD files for request and response.

I know that SoapUI does this, so basically, I would like to do the same but on command line.

Edit (for clarification): what I would like to know is if there is a way to generate the request xml structure that soapui automagically does but without using soapui, hopefully command-line. Then I know that I can curl said xml, but first I have to generate it.

来源:https://stackoverflow.com/questions/59307801/linux-command-line-tool-for-generate-xml-request-from-wsdl

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