Android编程实现号码归属地查询的方法

2019-12-10 19:31:11王振洲

发送的xml封装了电话号码(query.xml):

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.easck.com/2001/XMLSchema-instance" xmlns:xsd="http://www.easck.com/2001/XMLSchema" xmlns:soap12="http://www.easck.com/2003/05/soap-envelope">
 <soap12:Body>
  <getMobileCodeInfo xmlns="http://www.easck.com/">
   <mobileCode>#</mobileCode>
   <userID></userID>
  </getMobileCodeInfo>
 </soap12:Body>
</soap12:Envelope>

希望本文所述对大家Android程序设计有所帮助。



注:相关教程知识阅读请移步到Android开发频道。