使用SOAP UI,我已经创建了XML请求。但是,我如何找出'type‘属性的值,以及在生成的XML中发送什么信息?
我正在使用以下VMware站点恢复管理器(SRM):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>我如何找出应该用什么来替换问号?
https://stackoverflow.com/questions/47510535
复制相似问题