2

Does anybody know who to login and logout using the Silverpop API? I have the XML API and I am able to login using Java, but when I try to logout, I get an error telling me that the session is invalid or expired. Any ideas?

Thanks,

4

2 回答 2

3

您收到“会话已过期或无效”的 FaultString 的原因是您需要将 jsessionid(您从登录 API 调用中收到)附加到 URL 的末尾。确保在进行注销 APi 调用时附加从成功的登录 API 调用中检索到的 jsessionid。

于 2015-09-14T04:43:03.363 回答
0

代码示例?

您使用的是什么身份验证?JSessionID 还是 OAuth?

如果它是 JSessionID,那么您需要将其包含在注销调用的标头中。

于 2014-07-21T18:08:46.880 回答