【发布时间】:2021-01-02 09:49:08
【问题描述】:
我们在 android 和 IOS 中构建应用程序,对于服务器端开发,我使用 Java HTTP Adapter。客户端应用程序端使用的 SDK 版本是 8.0,服务器端我使用的是 MobileFirst-8.0.0.0。
从过去几天开始,每当我们启动应用程序时,客户端应用程序都没有从服务器获得响应,而是失败并出现以下异常
WLResponse [invocationContext=null, responseText={"errorCode":"UNEXPECTED_ERROR","errorMsg":"Unexpected error encountered"}, status=500] WLFailResponse [errorMsg=Unexpected error encountered, errorCode=UNEXPECTED_ERROR]
除此之外,我没有收到任何更多信息。没有其他细节可以帮助我理解
对于服务器端用户认证使用的教程是: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/authentication-and-security/user-authentication/security-check/
谁能帮我解决这个问题
【问题讨论】:
标签: java android ios server ibm-mobilefirst