RE: User-id/password authentication while using https

2008-09-11 Thread Hatim Daginawala
I think this same call also works for https if you are not using libcurl. If you are using libcurl, I have a patch to get this to work. I can give it to you. From: Raghu Udupa [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 1:52 PM To:

RE: AXIOMUtil.stringToOM

2008-09-09 Thread Hatim Daginawala
This is what I use... static axiom_node_t *build_om_from_stream( const axutil_env_t * env, axis2_char_t *szData ) { axiom_xml_reader_t *r = NULL; axiom_stax_builder_t *sb = NULL; axiom_document_t *doc = NULL; axiom_node_t *rtn_node = NULL;

RE: Memory leak report for Axis2c 1.4

2008-07-31 Thread Hatim Daginawala
Is it safe to uncomment AXIS2_FREE call to avoid memory leaks? This leak still exists in 1.5 also. From: Milinda Pathirage [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 10:01 PM To: Apache AXIS C User List Subject: Re: Memory leak report for

RE: Memory leak report for Axis2c 1.4

2008-07-31 Thread Hatim Daginawala
To: Apache AXIS C User List Subject: Re: Memory leak report for Axis2c 1.4 Hatim Daginawala wrote: Is it safe to uncomment AXIS2_FREE call to avoid memory leaks? You can try :) Samisa... This leak still exists in 1.5 also

RE: Cannot retrieve http headers in 1.4

2008-07-17 Thread Hatim Daginawala
(msg_ctx, env); This will give the list of http headers. (axutil_array_list_t containing pointers to axis2_http_header_t structures) Regards, Supun.. On Fri, Jul 11, 2008 at 1:38 AM, Hatim Daginawala [EMAIL PROTECTED] wrote: Hi All, I am using following calls to retrieve HTTP headers from

Cannot retrieve http headers in 1.4

2008-07-10 Thread Hatim Daginawala
Hi All, I am using following calls to retrieve HTTP headers from the response and axis2_msg_ctx_get_property returns NULL This works in AXIS2/C 1.3 but not in AXIS2/C 1.4, has anything changed? Any help will be appreciated. Thank you. op_client =

Memory leak woes

2008-06-27 Thread Hatim Daginawala
Hi All, I have attached couple of small test programs. I am trying to reuse svc_client and I can't figure out the cause of memory leaks in the loop. Any insight will be greatly appreciated. I am using AXIS2/C 1.4.0 on Win32 with Visual Studio 2003 Thank you, Hatim