Hello, I am using Axis 1.2 and need to access the username / userID from a SoapBodyElement when I am processing service requests. I am using this method to start the service:
public SOAPBodyElement[] myMethod(SOAPBodyElement[] bodies) I want to find out the originating user/entity who sent the request for logging purposes. Is there a method call that I am missing for SOAPBodyElement or Envelope to get this value? Thanks, Troy
