RE: VC9 (Visual Studio 2008) port for Axis2/C

2008-07-31 Thread Ravi Krishnaswamy
Thanks, I downloaded the source, opened a VS2008 cmd window and following directions (environment variables, configure.in) - I did an nmake install and it just worked! I did get a couple of cast warnings, though I'm ignoring those for now. Ravi From: Supun Kamburugamuva [mailto:[EMAIL PROTEC

Re: VC9 (Visual Studio 2008) port for Axis2/C

2008-07-31 Thread Supun Kamburugamuva
Hi, Still most of the people are using VS2005. So we don't have immediate plans for migrating to VS2008. But you can use the existing solution and convert it to VC2008. The conversion should be trivial. Regards, Supun.. On Thu, Jul 31, 2008 at 10:59 PM, Ravi Krishnaswamy < [EMAIL PROTECTED]> wro

RE: Memory leak report for Axis2c 1.4

2008-07-31 Thread Hatim Daginawala
svn log says: Wrappers for the new XML parser. After looking at the code change, I am still scratching my head. Maybe you can shed more light from this? http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/ guththila/guththila_xml_reader_wrapper.c?r1=525104&r2=549072&diff_form

Re: Memory leak report for Axis2c 1.4

2008-07-31 Thread Samisa Abeysinghe
You could have a look at the rationale by looking at the svn log for that change. http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ Thanks, Samisa... Hatim Daginawala wrote: I have tried and it seems to be working for my test program. However, I would like to understand why the code was

RE: Memory leak report for Axis2c 1.4

2008-07-31 Thread Hatim Daginawala
I have tried and it seems to be working for my test program. However, I would like to understand why the code was commented out. That may help me evaluate the risk. Thanks -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 4:12 PM To: Apach

Re: Memory leak report for Axis2c 1.4

2008-07-31 Thread Samisa Abeysinghe
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. *From:* Milinda Pathirage [mailto:[EMAIL PROTECTED] *Sent:*

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 Axis2

VC9 (Visual Studio 2008) port for Axis2/C

2008-07-31 Thread Ravi Krishnaswamy
Does anyone know when a VS2008 version of Axis2/C will be available ? Thanks Ravi

Question about receiving custom Fault object at Axis2/C client

2008-07-31 Thread Jay Qiu
Hello, We are trying to build a C++ client to connect to WCF services using basicHttpBinding. I am able to use WSDL2C to generate the C++ stub and use the stub calls to send request to the service and get result object back. But I am unable to get the Fault object back. It seems to me the gener