Hi Mark,
No, we are not using this parameter in our mapping. I just need to use the SRemoteUser field to identify the user who had sent the request.
In fact I noticed that I see the version 0 of the cookie in the dynamic config property in PI msg. It looks like this:
<sap:Record namespace="http://sap.com/xi/XI/System/SOAP" name="SHeaderCOOKIE">$Version=0;
com.sap.engine.security.authentication.original_application_url=POST#<some text>$Path=/XISOAPAdapter</sap:Record>
Whereas in SOAPUI there are 2 versions maintained:
Cookie: $Version=0; com.sap.engine.security.authentication.original_application_url=POST#<some text>; $Path=/XISOAPAdapter
Cookie: $Version="1"; saplb_*="(<host name>_<sysid>_<sysnr>401404950"; $Path="/"
Not sure why PI takes only the first one and ignores the second one, but could there be a work-around to play around with it in module?
Regards,
Sanjeev.