问题
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