Douglas, thanks for your reply, we are not using any kind of security within EntireX, we just have clients request that use the following java line to logon:
…
Broker broker = new Broker(brokerId ,“aNumber”);
…
where “aNumber” represents a specific user id.
While the connection is open they send requests to our Natural RPC Server, if I check those connections using the Control Center I can see the corresponding sessions with the conv id and the “aNumber” string also.
What I just need to do is to get that “aNumber” string from within the Natural RPC subprgram that receives the requests in the oher side. Is that possible ?
Thanks once again, Esteban.
#EntireX#Mainframe-Integration#webMethods