使用相同的 NSURLConnection 调用不同的 webservice 方法
场景:
在第一个视图中,我使用 NSURLConnection 发送 SOAP 消息来调用 webservie(方法 1)
现在,当我转到第三个视图时,我想在这里调用 webservice(方法 2),我应该再次使用 NSURLConnection 吗?
而且在第一次连接时,我正在检查“https”“用户名”和“密码”,所以我是否也必须为第三个视图再次执行此操作...?
我的意思是,每当我想调用 webservice(方法 N)时,我都必须执行 NSURLConnection 以及验证和验证操作。
我们可以对所有呼叫使用相同的连接吗?并且只进行一次验证?
先感谢您
scenario :
on 1st view i am sending a SOAP message with NSURLConnection to call webservie(method 1)
now when i am going to 3rd view, here i want to call webservice(method 2) should i have to use NSURLConnection again ?
And also at 1st time of connection i am checking for "https" "username" and "password" so should i have to do this again for 3rd view also...?
i mean, whenever i want to call webservice(method N) i have to do NSURLConnection and verification and validation things .
can we use same connection for all calling ?and only one time verification?
thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论