Android正在使用WCF .NET服务返回“找不到名称空间的动作标题”http://www.w3.org/2005/08/addressing'

时间:2017-08-15 23:08:50

标签: c# android web-services wcf android-ksoap2

我有一个由Android应用程序使用的WCF .NET Web服务。我们正在使用KSoap2库,并通过搜索和寻找答案尽可能地获得。

这是我们的Android代码:

{ MongoError: TypeError: value is null :
@:2:5

    at Function.MongoError.create (/home/user/web_development/bookTradingClub/backend/node_modules/mongodb-core/lib/error.js:31:11)
    at /home/user/web_development/bookTradingClub/backend/node_modules/mongodb-core/lib/connection/pool.js:497:72
    at authenticateStragglers (/home/user/web_development/bookTradingClub/backend/node_modules/mongodb-core/lib/connection/pool.js:443:16)
    at Connection.messageHandler (/home/user/web_development/bookTradingClub/backend/node_modules/mongodb-core/lib/connection/pool.js:477:5)
    at Socket.<anonymous> (/home/user/web_development/bookTradingClub/backend/node_modules/mongodb-core/lib/connection/connection.js:331:22)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:188:7)
    at readableAddChunk (_stream_readable.js:176:18)
    at Socket.Readable.push (_stream_readable.js:134:10)
    at TCP.onread (net.js:547:20)
  name: 'MongoError',
  message: 'TypeError: value is null :\n@:2:5\n',
  ok: 0,
  errmsg: 'TypeError: value is null :\n@:2:5\n',
  code: 139,
  codeName: 'JSInterpreterFailure' }

想知道这里可能出现什么问题,以及为什么我们收到以下错误: 对于给定的消息,找不到名称空间为“http://www.w3.org/2005/08/addressing”的Action标头。

0 个答案:

没有答案