摘要: 调试webService的接口,采用的soap协议,一直遇到一个问题,ErroeCode:415 unsupported media type,对于整个问题纠结了好久,一开始服务器有问题,改好后,请求还是出错。今天在网上找到如下的一段文字(见参考连接1),在加上一牛人的推荐的soapUI的工具,通过裸发soap报文,找到了问题的所在。soap 1.1拚出的Http request中的是xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"而soap1.2,则是xmlns:soap="http://www.w3. 阅读全文
posted @ 2012-06-04 19:24 Lawerence 阅读(449) 评论(0) 推荐(0) 编辑
摘要: UIView *customView;UIWindow *window = [[[UIApplication sharedApplication] keyWindow] addSubview:customView];in the ViewController:shouldAutorotateToInterfaceOrientation switch (interfaceOrientation) { case UIInterfaceOrientationLandscapeLeft: customView.transform = CGAffineTransf... 阅读全文
posted @ 2012-06-04 19:22 Lawerence 阅读(459) 评论(0) 推荐(0) 编辑