【问题标题】:get from .net webservice's xml display to android device从 .net webservice 的 xml 显示到 android 设备
【发布时间】:2013-07-02 17:21:50
【问题描述】:

这是我的 .net 基本网络服务

[WebMethod]
public bool firstService(string ad)
{
    bool returnValue;
    if (name== "john")
    {
        returnValue = true;
    }
    else
    {
        returnValue = false;
    }
    return returnValue;
}

我想将带有按钮帮助的被动参数(在我的示例中为 name )从我的 android 应用程序发送到 .net webservice。我只想在我的设备上显示返回的 XML 文件。我如何使用 SOAP 来做到这一点? (我只想显示到 XML 文件,甚至不解析 XML :))请帮助我。

【问题讨论】:

    标签: android .net web-services


    【解决方案1】:

    您需要创建 saop 消息并调用它。看看这个 http://aaarkonusurum.blogspot.com/2011/10/3-party-kutuphane-kullanmadan-ksoap2.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-12-31
      • 2012-02-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多