【发布时间】:2015-02-19 17:43:20
【问题描述】:
我是 sencha touch 的新手,我想使用这样的 SOAP WS。
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<register_user soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<a xsi:type="xsd:string">?</a>
<b xsi:type="xsd:string">?</b>
<c xsi:type="xsd:string">?</c>
<d xsi:type="xsd:string">?</d>
</register_user>
</soapenv:Body>
</soapenv:Envelope>
此应用程序将是 android 中的混合应用程序, 帮助!请。
【问题讨论】:
标签: web-services extjs soap touch