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

Re: One service multiple access points

2008-06-27 Thread Samisa Abeysinghe
Hello World wrote: On Thu, Jun 26, 2008 at 5:25 PM, Supun Kamburugamuva [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi Anis, Have you looked at the Math client and Service in the samples directory? Yes. But from what I have understood the math service is just one

Re: Axis2 1.3 to Axis2 1.4

2008-06-27 Thread Fabien Couvert
Thank you for your answer I did a mistake in the lib name ... But now I have another error, is there an incompatibility between Axis2 1.4 and Tomcat 6.0.16 ? The error : Impossible to call remote service with url. Caused by: org.apache.axis2.AxisFault: java.lang.LinkageError: JAXB 2.0 API

Re: java.lang.NullPointerException AbstractDispatcher.invoke

2008-06-27 Thread Mohan Radhakrishnan
Thanks. It is working. Which build will this be part of ? Mohan -- View this message in context: http://www.nabble.com/java.lang.NullPointerException-AbstractDispatcher.invoke-tp18070227p18148961.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: Axis2 1.3 to Axis2 1.4

2008-06-27 Thread keith chapman
Should be an issue with the JDK you are using not with Tomcat. What is your JDK version? Thanks, Keith. On Fri, Jun 27, 2008 at 12:02 PM, Fabien Couvert [EMAIL PROTECTED] wrote: Thank you for your answer I did a mistake in the lib name ... But now I have another error, is there an

Re: Axis2 1.3 to Axis2 1.4

2008-06-27 Thread Fabien Couvert
I use Jdk1.5.0-14 Did you think that is the problem ? keith chapman a écrit : Should be an issue with the JDK you are using not with Tomcat. What is your JDK version? Thanks, Keith. On Fri, Jun 27, 2008 at 12:02 PM, Fabien Couvert [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

Relying on Http error codes with AXIS

2008-06-27 Thread Mohan Radhakrishnan
Hi, REST-based styles and the SOAP web service differ. Our client relies on the Http transport error codes to find out if the SOAP/Http request has reached or not. There are two styles being mixed here. Does anyone have an opinion about this ? Can the Http 200 come to the client

Rampart/Rahas problems

2008-06-27 Thread Tim Williams
So I've essentially taken Rampart sample6 and split it across three machines with my own web service instead of SimpleService. Here's what happens: 1) client makes Mex request to Service : Service responds. 2) Client makes token request to STS - STS responds 3) Client attempts to make the

Re: Axis2 1.3 to Axis2 1.4

2008-06-27 Thread sumedha rubasinghe
Well... then how about your system classpath? Open up a new command window and check what jars are in your classpath. /sumedha rubasinghe a écrit : Hi, I tested axis2-1.4 war with java version 1.5.0_14 Tomcat 6.0.16 .o It works fine. So this must be due to an additional jar file in your