how to get the http status code

2009-07-15 Thread Vivian Wang
Hi There, I am using axis2/c to make web service client call, like this:   axiom_node_t * node = axis2_svc_client_send_receive(_wsf_service_client, _env, payload); After this, I am trying to use the following API to get the http status code,   AXIS2_EXTERN int AXIS2_CALL

Re: how to get the http status code

2009-07-15 Thread Rajika Kumarasiri
May be some debugging will help? -Rajika On Thu, Jul 16, 2009 at 5:45 AM, Vivian Wang vivianwan...@yahoo.com wrote: Hi There, I am using axis2/c to make web service client call, like this: axiom_node_t * node = axis2_svc_client_send_receive(_wsf_service_client, _env, payload);

[jira] Created: (AXIS2C-1385) Axis2/C Manual should include how to install CGI module

2009-07-15 Thread S.Uthaiyashankar (JIRA)
Axis2/C Manual should include how to install CGI module --- Key: AXIS2C-1385 URL: https://issues.apache.org/jira/browse/AXIS2C-1385 Project: Axis2-C Issue Type: Task Components:

Implementing Keep-alive/ Persistent Connection support in Axis2/C

2009-07-15 Thread Manjula Peiris
Hi, The HTTP 1.1 by defaults specifies using persistent connections. But Axis2/C HTTP transport does not have this support. In the current implementation in the client side for each axis2_svc_client_send_receive we are creating a TCP connection. This is an overhead and we can achieve a huge