-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 28. februar 2005 17:36
To: axis-user@ws.apache.org
Subject: RE: Accessing Headers From WSDL2Java Generated Code
Thanks Tore,
But I am unsure how to access the MessageContext in the client side - I
presume I need to implement my own
Thanks Tore,
But I am unsure how to access the MessageContext in the client side - I
presume I need to implement my own Handler to do this?
Thanks
James
<[EMAIL PROTECTED]>
28/02/2005 16:31
Please respond to
axis-user@ws.apache.org
To
cc
Subject
RE: Accessing Headers From WSD
Hei James,
I insert some code that I made for accessing my header elements on the server
side. The header elements requestId, username and password are placed in the
header when the client call is made and I retrieve them for use in a system
that its own authentication functionality. Here it is, m