iphone:解析 XML 时出错:无法读取响应 xml(错误代码 5)
我正在使用 XMLParsing 在 iphone 应用程序中使用我的网络服务。
我收到解析 XML 时出错:无法读取响应 xml(错误代码 5)
出了什么问题?
I am using XMLParsing for using my webservice in iphone app.
and i am getting error parsing XML: Unable to read response xml (Error code 5 )
What is wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题似乎是您的 xml 格式不正确。因此,在这些行上进行调试,您将能够成功解析 xml。
The problem looks like your xml is not well formed. So debug on these lines and you will be able to parse the xml successfully.
检查发送的请求的格式。或者查看这个。
http://www.iphonedevsdk.com/forum/iphone-sdk-development/37597-parsing-xml-return-error-code-5-but-url-
Correct.html 第六条评论说他已经解决了问题。
以下链接给出了所有错误常量
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSXMLParser_Class/Reference/Reference.html
Check the format of the request u r sending. Or look into this.
http://www.iphonedevsdk.com/forum/iphone-sdk-development/37597-parsing-xml-return-error-code-5-but-url-correct.html
The sixth comment says he has solved the problem.
The following link gives all the error constants
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSXMLParser_Class/Reference/Reference.html