Hi Danushka,

override options come into play when we reuse operation client. Say after sending some application messages you need to override some options. Then you create new options struct and called svc client's set_override_options. What happens is that existing options struct becomes parent and your override options become operations clients' options struct.

However I have never used this functionality.

thanks
Damitha
Danushka Menikkumbura wrote:

If you need more control you can directly use operation client bypassing service client. Then you can be smarter :)
It is imperative that I use the service client. So, it is not possible to talk to operation client directly. :)

The other issue that was found when I was going through the /axis2_svc_client_create_op_client /method is that there is a possibility of the operation client options being overridden by /override_options/. Could you please explain the impact of this on using the service client options to pass data to operation client? What is the purpose if overriding operation client options and how often is it used?

Danushka



--
__________________________________________________________________

Damitha Kumarage
http://people.apache.org/
__________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to