制作iPhone的SOAP应用的详细教程
2010-11-05 00:53:55 来源:WEB开发网核心提示:{ 8. [webData appendData:data]; 9. NSLog(@"connection: didReceiveData:2"); 10. 11. } 12. 13. //如果电脑没有连接网络,则出现 此信息(不是网络服务器不通) 14. -(void)connection:(NS
{ 8. [webData appendData:data]; 9. NSLog(@"connection: didReceiveData:2"); 10.
11. } 12. 13. //如果电脑没有连接网络,则出现 此信息(不是网络服务器不通) 14.
-(void)connection:(NSURLConnection *)connection didFailWithError:(NSError
*)error 15. { 16. NSLog(@"ERROR with theConenction"); 17. [connection release];
18. [webData release]; 19. } 20.
-(void)connectionDidFinishLoading:(NSURLConnection *)connection 21. { 22.
NSLog(@"3 DONE. Received Bytes: %d", [webData length]); 23. NSString *theXML =
[[NSString alloc] initWithBytes: [webData mutableBytes] length:[webData length]
encoding:NSUTF8StringEncoding]; 24. NSLog(theXML); 25. [theXML release]; 26. 27.
//重新加蒌xmlParser 28. if( xmlParser ) 29. { 30. [xmlParser release]; 31. } 32. 33.
xmlParser = [[NSXMLParser alloc] initWithData: webData]; 34. [xmlParser
setDelegate: self]; 35. [xmlParser setShouldResolveExternalEntities: YES]; 36.
[xmlParser parse]; 37. 38. [connection release]; 39. //[webData release]; 40.
}
[]
- ››制作Win 7封装的自动应答文件经验
- ››制作一个优秀的网站 它应该注意哪几点
- ››iPhone应用帮助残障儿童看图说话
- ››iPhone实用工具AppBox Pro使用教程大揭秘
- ››iphone4省电方法
- ››iphone 获取地址的详细信息
- ››iPhone 库的基本内存管理策略
- ››iPhone加密文字亲手做 私密信息有保障
- ››iphone 根据经纬度坐标取详细地址(包括国,省,市...
- ››iphone/ipad ios cocoa object-c 近期苹果UI部分小...
- ››iphone中如何进行多线程编程
- ››iPhone OS SDK的这些事[安装、下载、版本、实例、...
更多精彩
赞助商链接