【发布时间】:2013-02-15 19:52:53
【问题描述】:
我去年发布了一个问题,并在此 link 上收到了解决方案
这种在适配器 XML 中添加安全测试 wl_unprotected 的解决方案适用于 WL 服务器 5.0.0.3。
但是,在最近使用 Websphere Server 8.5 升级到 5.0.0.5 后,我们在使用直接 URL 调用调用 WL 适配器时遇到了身份验证错误。
网址:
http://IPAddress:9080/worklight/invoke?adapter=MyPushNotificationAdapter&procedure=submitNotification¶meters=['user1','id1','1']
回复:
/*-secure-
{"isSuccessful":false,"warnings":[],"errors":["Work Light Authentication: null"],"info":[]}*/
即使我们从适配器 XML 中删除 wl_unprotected 安全测试,错误仍然存在。请提供在 WL 5.0.0.5 企业版服务器中直接使用 URL 调用适配器的解决方案。
【问题讨论】:
标签: websphere push-notification ibm-mobilefirst