You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Mark Whitlock <ma...@uk.ibm.com> on 2004/08/19 18:38:36 UTC

Passing properties from a client app to handlers




Hi,
I've added in setHandlerProperty on Call and Stub so that client
applications can
pass context information to handlers in the form of a property. Here is the
fix...

(See attached file: Stub.h.patch)(See attached file: Call.h.patch)(See
attached file: Stub.cpp.patch)(See attached file: Call.cpp.patch)

Mark Whitlock