Hi, I would like to know how, using soap rpc, could I determine (from the service side) an id of who is invoking the call.
I have seen that using soap messages, with the SOAPContext(request-context) of the incoming message, I could use the method getProperty with the constant org.apache.soap.Constants.BAG_HTTPSESSION, to obtain an object from the class javax.servlet.http.HttpSession, and then to obtain the id of the http session from there. But I would like to know if I could do something like that with soap rpc. Thanks a lot, Tizo