RE: A node is missing in the return from a web services

2010-01-08 Thread Fan, Jan-fon
Hi Nandika, Thanks for the reply. The error happens when the size is about 200K. The simplified return looks like this: this is the content for job 1 this is the content for job 2 But when the size is about 200K, the return becomes: this is the content for job 1 Below is the snippet

looking for ideas

2010-01-08 Thread Steve Leland
I have Axis2/c 1.6.0 building and working nicely with the builtin http server on Win 2008. Cool stuff - thanks!! With this working environment now I get to extend the functionality in our web service code. I would like to create an automated test environment to catch regressions introduced by

RE : Axis2C 1.6.0 on AIX 5.2 / Visual Age C++ 6: dynamic libraries not built

2010-01-08 Thread Olivier Mengué
After some investigation I discovered that the dynamic libraries are correctly built (but with a .so.0 extension), but they are not installed by "make install". Only ".a" and ".la" are installed. This looks like to be a libtool issue... Olivier. Message d'origine Date: ven. 08

Axis2C 1.6.0 on AIX 5.2 / Visual Age C++ 6: dynamic libraries not built

2010-01-08 Thread Olivier Mengué
Hi, I'm looking for help for building Axis2/C on AIX. Here are my settings: ./configure CPPFLAGS="-I$deploy_dir/include" CC=cc CFLAGS=-qnolm PTHREAD_CFLAGS=-qthreaded CXX=cc CXXFLAGS=-qnolm LDFLAGS="-qnolm -L$deploy_dir/lib" INSTALL="/usr/bin/installbsd -c" --enable-guththila=yes --enable-ope

Axis2 simple http server memory management

2010-01-08 Thread Patrick Duflot
Hi list, I did a long-run test with the axis2 simple http server and the echo sample client invoking the echo service every 3 seconds. I saw the memory usage going from 4MB to 30MB then back to 10MB and then again to 40MB. Now that I stopped the client from polling the service, memory usage is as