iOS请求webservice
摘要:
(IBAction) webServicexRequestPost:(id)sender{//封装soap请求消息,构建webServices请求字符串 NSString* soapMessage = [NSStringstringWithFormat:@"<?xml version=/"1.0/" encoding=/"utf-8/"?>/n" "<soap:Envelope xmlns:xsi=/"http://www.w3.org/2001/XMLSchema-instance/" 阅读全文
posted @ 2012-06-04 15:12 猫叔jack 阅读(723) 评论(0) 推荐(0) 编辑