【发布时间】:2021-08-10 19:08:12
【问题描述】:
我是 PL/SQL 的新手,我需要使用肥皂网络服务。我无法从此响应中提取 p-address 值:
response xml:
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<getAddressForIpResponse xmlns="urn:USR1">
<p-address xsi:type="xsd:string">11.11.11.11:2222</p-address>
</getAddressForIpResponse>
</soap:Body>
</soap:Envelope>
我尝试了 EXTRACTVALUE 的各种组合,但没有成功。任何帮助表示赞赏!
【问题讨论】: