【发布时间】:2014-03-13 07:45:15
【问题描述】:
在我的应用程序中,我必须实现 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.
Web 服务是 wsdl 格式的,我不知道如何使用它。 假设有一个链接http://google.com 那么我该如何登录请帮忙
【问题讨论】:
标签: ios iphone web-services ios5 wsdl