【问题标题】:implement web service with wsdl in iphone sdk在 iphone sdk 中使用 wsdl 实现 Web 服务
【发布时间】: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


    【解决方案1】:

    它是框架之一,我们可以使用

    pico - 一个轻量级的 iOS Web 服务客户端框架。

    【讨论】:

      【解决方案2】:

      http://maniacdev.com/2012/01/tool-soap-based-web-services-made-easy-on-ios 这篇文章解释了如何使用 wsdl 服务。它也有 2 个示例项目。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2010-12-18
        • 1970-01-01
        • 2013-08-10
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多