on 2010 Feb 10 10:27 AM
Hi!
Does anybody know how to get users session information(user name, custom attributes) in BLS Transaction?
Thanks!
Request clarification before answering.
Hi,
to get the properties of a logged in user, use
http://<server>:<port>:50000/XMII/PropertyAccessServlet?Mode=List
To get the properties of the logged in user into a BLT
- switch on AutoBind in the Data Server "XacuteConnector"
- create Transaction properties in your BLT with the same name as the user properties you need
- call the BLT from a web page using a Xacute query
MII will then automatically copy the user properties into the BLT properties.
Hope this helps
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Try with this URL.
http://<server>:<port>/XMII/Illuminator?&service=Admin&Mode=SessionList&content-type=text/xml
Regards
Khaleel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.