You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Campbell, Troy" <Tr...@LibertyMutual.com> on 2007/03/20 20:06:31 UTC

Retrieving username

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