【发布时间】:2017-11-27 12:01:27
【问题描述】:
使用 SOAP UI,我创建了 XML 请求。但是,如何找出 'type' 属性的值以及在生成的 XML 中发送什么信息?
我正在开发以下 VMware Site Recovery Manager(SRM) WSDL:https://pastebin.com/5y2TxBg1
例如,在以下请求中(使用 SOAP UI 生成):
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:srm0">
<soapenv:Header/>
<soapenv:Body>
<urn:GetApiVersion>
<urn:_this type=?>?</urn:_this>
</urn:GetApiVersion>
</soapenv:Body>
</soapenv:Envelope>
如何找出应该替换问号的内容?
【问题讨论】:
标签: xml web-services soap wsdl soapui