Hi, Is it possible to access the SOAP headers from the client side in Axis2/c. In service side, we have the access to SOAP headers in 'invoke' method using axis2_msg_ctx_t, where we can get in_msg_ctx through axis2_op_ctx_t. Can we do this kind of thing in svc_client side? axis2_svc_client provides a way to get to get svc_ctx through axis2_svc_client_get_svc_ctx, but how we can access msg_ctx through this?
Thanks. Kasun