Re: Web service not returning value

2009-01-20 Thread jegan
Hi, I have referred few posts. I came to know that Axis C++ is not supporting sendMultiRefs, where as java service will support. So I set false to sendMultiRefs property in server-config.wsdd file. Now it is returning result and issue is fixed. -- View this message in context: http:/

Re: Web service not returning value

2009-01-20 Thread jegan
Hi Nadir Amra, Thank you so much for your information. I have seen SVN in apache site(http://svn.apache.org/viewvc/webservices/axis/trunk/java/), i couldn't decide what should i download . I completely new to this c++ web service. Can you please give me more details.

Re: Memory Leak when performing Load Test

2009-01-20 Thread chankm
i compiled using the following: ./configure --enable-guththila=yes make make install but it seems that libxml2 is still the parser being used. how should I enable the guththila parser ? Quoting Manjula Peiris : Some of the memory leaks are due to libxml2. Try with Guththila xml parser. Stub

Re: Web service not returning value

2009-01-20 Thread Nadir Amra
Are you using the latest code from SVN? If not, please do so. If the latest code also does not work, I would suggest turning on trace as described in last post in JIRA http://issues.apache.org/jira/browse/AXISCPP-100 Nadir Amra jegan wrote on 01/20/2009 03:54:27 AM: > [image removed] >

Web service not returning value

2009-01-20 Thread jegan
Dear All, I have created CalculatorService(J2EE Service in windows) to perform add functionality. It had been registered in Tomcat5.5. Our requirement is we should access j2ee web service from axis c++ client. So, I have created stubs and developed Client file.I am using CL compil

RE: Empty Responses in Firefox

2009-01-20 Thread Andriy Zavada
The problem is that server doesn't return anything, only HTTP 200. I'm using HTTP Analyzer to track all requests. Andriy From: Rajika Kumarasiri [mailto:rajik...@gmail.com] Sent: Monday, January 19, 2009 7:54 PM To: Apache AXIS C User List Subject: Re: Empty Respon