颤振:从颤振响应中删除肥皂标题

时间:2020-06-10 07:07:51

标签: xml flutter soap

如何从响应中删除soap标头并获取json值。我想删除soap标签之间的数据。

 [ { "PatientId":"60381","PatientName":"Mr. XYZ","RefDoctor":"","Mobile":"123456","Email":"xyz@gmail.com"}]
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
        <GetPatientByNameResponse xmlns="https://api.janmabhoominewspapers.com/" />
    </soap:Body>
</soap:Envelope>

0 个答案:

没有答案