在我的应用程序中,我必须实现web服务。并希望使用它登录。其中有一些参数和方法,如下所示:
Parameter: mailaddress String with @
password String
Return: If ok, then you receive a loginToken. (> 0)
If not ok, then loginToken < 0
-1 = user not found
-2 = wrong password
When you can not reach the server, you have to inform the user in dialog, with “Server not available”. In the cases -1 or -2 you should inform the user.
网络服务采用wsdl格式,我不知道如何使用它。 假设有一个链接http://google.com,那么如何登录请帮助
答案 0 :(得分:0)
它是框架之一,我们可以使用
pico - 一个简单的iOS Web服务客户端框架。
答案 1 :(得分:0)
http://maniacdev.com/2012/01/tool-soap-based-web-services-made-easy-on-ios 这篇文章解释了如何使用wsdl服务。它也有2个示例项目。