天天看点

使用 STHTTPRequest 框架解析 Soap1.2 教程

使用 STHTTPRequest 框架解析 Soap1.2 教程

1.sthttprequest框架地址

<a href="https://github.com/nst/sthttprequest" target="_blank">https://github.com/nst/sthttprequest</a>

将 sthttprequest .h  sthttprequest.m 文件拖入工程中引入头文件即可

2.ono框架(解析xml用)

<a href="https://github.com/mattt/ono" target="_blank">https://github.com/mattt/ono</a>

将 ono 文件夹拖入到工程中引入头文件,链接到 libxml2.dylib ,在 header search path 中 添加 /usr/include/libxml2

   -------------------------------------------------------------------------------------------------------

   以下是 soap 1.2 请求和响应示例。所显示的占位符需替换为实际值。

<a href="http://webservice.webxml.com.cn/webservices/mobilecodews.asmx?op=getmobilecodeinfo" target="_blank">http://webservice.webxml.com.cn/webservices/mobilecodews.asmx?op=getmobilecodeinfo</a>

---------------------------------------------------------------------------------------------