【问题标题】:Error while accessing webservice访问网络服务时出错
【发布时间】:2011-07-30 12:48:38
【问题描述】:

我创建了一个 Web 服务,我通过一个测试应用程序访问它,它运行良好,没有抛出任何异常。

但是当客户端访问相同的网络服务时,他们能够获得输出,但他们也得到一个异常提示

Unable to automatically step into server.connecting to the server machine'xxxxxx' failed.Logon failure: unknown username and password

我还附上了屏幕截图,我们的客户端访问 API[webservice] & 然后得到一个异常错误。

【问题讨论】:

    标签: web-services


    【解决方案1】:

    如果不提及您使用的网络平台和语言,很难具体说明。

    但是,从错误消息unknown username and password 来看,我猜你有以下问题之一:

    • 客户端的凭据错误。
    • Web 服务器配置需要登录您的客户端,但不需要登录您的测试应用程序。

    您是在服务器上还是在远程机器上运行测试应用程序?如果您在客户端机器上运行测试应用程序会发生什么?

    【讨论】:

      猜你喜欢
      • 2012-06-28
      • 2011-12-06
      • 1970-01-01
      • 1970-01-01
      • 2016-08-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多