使用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>
如何找出应该替换问号的内容?