WebService
Night-Wish
这个作者很懒,什么都没留下…
展开
-
iOS请求webservice
(IBAction) webServicexRequestPost:(id)sender{ //封装soap请求消息,构建webServices请求字符串 NSString * soapMessage = [NSString stringWithFormat:@"<?xml version=/"1.0/" encoding=/"utf-8/"?>/n"转载 2012-11-06 14:20:48 · 759 阅读 · 0 评论 -
iphone sdk xcode程序中如何调用web service (wsdl)
有两种方法生成SOAP本地代理类 1:使用WSDL2OBJC.exe (http://code.google.com/p/wsdl2objc/),生成SOAP代理类,引入工程中。 详细使用教程见这里http://www.devdiv.com/thread-36521-1-1.html 2:访问http://www.sudzc.com/,在线提交服务地址或者上传WSDL文件,返回SOA转载 2012-11-06 14:49:24 · 2116 阅读 · 0 评论 -
wsdl2objc
http://code.google.com/p/wsdl2objc/wiki/UsageInstructions UsageInstructions Instructions on how to use the generated code from WSDL2ObjC Featured Updated Dec 14, 2011 by pmilosev转载 2012-11-09 14:09:53 · 1584 阅读 · 0 评论