Unwanted Suffix like "!Hemel!Hemel" In The Session Id in WLNG 3.0
(Doc ID 1461043.1)
Last updated on DECEMBER 05, 2019
Applies to:
Oracle Communications Services Gatekeeper - Version 3.0.0 and laterInformation in this document applies to any platform.
Goal
Removing the source of the unwanted suffix, like "Hemel" values at the end of the WLNG session id in WLNG 3.0
For example, for the following client request
https://xxxx:<PORT>/session_manager/SessionManager
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://www.bea.com/wsdl/wlcp/wlng/session_manager/service">
<soapenv:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="1">
<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username><USERNAME></wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText"><PASSWORD></wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<ser:getSession/>
</soapenv:Body>
</soapenv:Envelope>
Response has extra characters '!Hemel!Hemel' in session id:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:work="http://bea.com/2004/06/soap/workarea/">
<work:WorkContext>
<java version="1.5.0_10" class="java.beans.XMLDecoder">
<string/>
</java>
</work:WorkContext>
</soapenv:Header>
<soapenv:Body>
<ser:getSessionResponse xmlns:ser="http://www.bea.com/wsdl/wlcp/wlng/session_manager/service">
<ser:getSessionReturn>app:-8351785877992985387!Hemel!Hemel</ser:getSessionReturn>
</ser:getSessionResponse>
</soapenv:Body>
</soapenv:Envelope>
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |