读取回应xml

我正在开发一个将数据发送到Soap WS的应用程序,但它不知道如何读取答案,有人可以帮助我吗?

我想获取布尔值

我的XML

  firebase_core: ^0.4.0+9
  cloud_firestore: ^0.12.9+6
  firebase_analytics: ^5.0.2

我的密码

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <BlockClientResponse xmlns="http://tempuri.org/">
      <BlockClientResult>boolean</BlockClientResult>
    </BlockClientResponse>
  </soap:Body>
</soap:Envelope>
ysw920221 回答:读取回应xml

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3150006.html

大家都在问