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 Xingshan He <xi...@hotmail.com> on 2005/07/21 00:40:35 UTC

properties in MessageContext

Hi all,

 

I am using Axis 1.2.1 doing rpc calls to SOAP services.  Question regarding
setting properties in MessageContext:

 

Are properties set by handlers in MessageContext using
MessageContext.setProperty() method visible to a client call?  If not, are
they visible to the object that's providing the actual services?

 

Thanks for any help,

 

XS