如何用ios在ios中发出soap请求

时间:2016-11-16 05:24:25

标签: ios soap

我正在尝试以这种格式提出请求然后问题是在obj上发生,如果有人有想法解决这个问题,那么请告诉我如何通过NSURL在obj中点击它。虽然这种格式在类或obj不是肥皂格式时起作用。

<?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>
<login xmlns="http://aksmala_idoc/">
  <lgn>
    <Lng>string</Lng>
    <IMEI>string</IMEI>
    <Version>string</Version>
  </lgn>
</login>

1 个答案:

答案 0 :(得分:0)

{{1}}