You cannot achieve this with a single instance of axis2_svc_client_t. But you can achieve this with axis2_op_client_t. You have to use a single axis2_op_client_t for a single thread. But not like in axis2_svc_client_t you don't have to create everyting from the beginning.
Supun.. On Thu, Oct 23, 2008 at 10:59 PM, Steven Zhang <[EMAIL PROTECTED]> wrote: > Hello: > Does Axis2C support sending requests concurrently in multiple threads? I > tried some times using version 1.0, exception happened. Will any new version > support this? Any special settings needed? > > Thanks. > Steven > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Software Engineer, WSO2 Inc http://wso2.org
