使用相同的 NSURLConnection 调用不同的 webservice 方法

发布于 2024-10-17 15:26:27 字数 320 浏览 4 评论 0原文

场景:
在第一个视图中,我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文