Re: I don't understand what is going on with memory control in a client.

2008-03-30 Thread Manjula Peiris
On Fri, 2008-03-28 at 15:20 -0400, Alex Bolgarov wrote: I tried with the echo sample - compiled both service and client from the source code. All worked OK, without crashes in both cases - when the request is successful and when the request fails because I did not start the service. And I run

Re: I don't understand what is going on with memory control in a client.

2008-03-28 Thread Alex Bolgarov
I tried with the echo sample - compiled both service and client from the source code. All worked OK, without crashes in both cases - when the request is successful and when the request fails because I did not start the service. And I run the client through the valgrind, there are no memory leaks

I don't understand what is going on with memory control in a client.

2008-03-26 Thread Alex Bolgarov
Hi, I don't understand what's going on inside the Axis2/C client. My test client crashes. I looked at the Axis source code and did some debugging (mostly, I've added a lots of AXIS2_LOG_DEBUG(...) to the Axis source code and recompiled - I have a fast enough computer, and this way you can receive

Re: I don't understand what is going on with memory control in a client.

2008-03-26 Thread Alex Bolgarov
Well, I _am_ using the sample provided by the Axis project - the client I'm using is the exact code sample from the Axis2/C Manual - the manual that is available here: http://ws.apache.org/axis2/c/docs/axis2c_manual.html. The sample client code I'm using is, without any changes, from this page: