Re: how to get the http status code

2009-07-16 Thread Gordon Brown
-dev@ws.apache.org Sent: Wednesday, July 15, 2009 7:37:50 PM Subject: Re: how to get the http status code 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

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);