Could anybody please clarify if the following can be done by Axis C++ 1.6 client side (all methods that needed have been implemented already in Axis C++ 1.6 build)
1. Handler can change the soap body of the message on request/response path 2. if (1) yes, how the handler(s) needs to be configured in client.wsdd? 2.0. from what base class should the handler be derived 2.1. what type(level) of the handler should it be (service, global, transport) 2.2. should the handler be explicitly configured to be in a chain? 2.3. What methods should be used on request path to get the current body, change the body, set the new body 2.4. What methods should be used on response path to get the current body, change the body, set the new body Could you please give any samples or link(s) to samples? Thank you, -- View this message in context: http://www.nabble.com/Handlers%2C-client.wsdd%2C-change-soap-body-on-request-response-path-tf2252258.html#a6246232 Sent from the Axis - C++ - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
