我正在使用 groovy-wslite 对 WSDL 进行 SOAP 调用,并且需要它生成的 xml 节点之一具有属性。这是我需要的一个例子:
<soap-env:Envelope xmlns:soap-env='http://schemas.xmlsoap.org/soap/envelope/'
<soap-env:Header />
<soap-env:Body>
<getSomething id = "1">
</getSomething>
</soap-env:Body>
</soap-env:Envelope>
在此示例中,我需要getSomething
调用具有id
属性。