Axis2/C build issues on AIX: patches pending

2010-02-16 Thread Olivier Mengué
Hi, One month ago I reported some issues when building Axis2/C on AIX 5.3. I've linked them to issue 1424 for tracking: https://issues.apache.org/jira/browse/AXIS2C-1424 Could someone have a look at them? I've attached a patch to most of them, so it would be great if they could be reviewed and c

RE : Need suggestions on Axis/c client stub

2010-02-11 Thread Olivier Mengué
De: Nadir Amra >Axis-C++ client-side is not broken or buggy. It is perfectly functional >and in some cases much easier to use than axis2/C. So why Axis2/C was created? I'm insterested in the history of the project. Is it because "C support is not complete." in Axis C++ ? (according to http:/

RE : Need suggestions on Axis/c client stub

2010-02-10 Thread Olivier Mengué
ons on axis-c++ clients to be used on production? Otherwise I need >go with axis-c only. The recommandation is to use Axis2/C (which is not axis-c). I understood it as "Axis-C++ is buggy and is broken by design, we choose to rewrite everything as Axis2/C". Is it really the case? I don't know. That is just the feeling I got by reading the site. Olivier Mengué <>

RE : How to set SOAPAction header for SOAP 1.1?

2010-02-01 Thread Olivier Mengué
Thanks. My bug was really too obvious. Olivier. Message d'origine De: Doughty, Michael [mailto:michael_doug...@bmc.com] Date: dim. 31/01/2010 07 h 28 À: Apache AXIS C User List Objet : RE: How to set SOAPAction header for SOAP 1.1? It looks like you're setting the soap action

How to set SOAPAction header for SOAP 1.1?

2010-01-29 Thread Olivier Mengué
ng: /* The axutil_string_create_const() is strange. See AXIS2C-1443 */ axis2_char_t *SOAP_ACTION; axis2_options_set_soap_action(options, env, axutil_string_create_const(env, &SOAP_ACTION)); The full source code is attached. I plan to release it as an AXIS2/C sample when it's done. Olivier Mengué pwgen.c Description: pwgen.c proxy.c Description: proxy.c proxy.h Description: proxy.h

RE : RE : How to free axutil environment?

2010-01-22 Thread Olivier Mengué
eak report. Olivier. Message d'origine De: Damitha Kumarage [mailto:dami...@wso2.com] Date: ven. 22/01/2010 05 h 12 À: Apache AXIS C User List Objet : Re: RE : How to free axutil environment? Olivier Mengué wrote: > > The problem seems to be that axutil_l

RE : How to free axutil environment?

2010-01-21 Thread Olivier Mengué
The problem seems to be that axutil_log_free() should call axutil_file_handler_close(), isn't it ? Message d'origine---- De: Olivier Mengué [mailto:omen...@oxymel.com] I've removed the axutil_env_free_masked() call, but I still have a leak. Here is the full

RE : How to free axutil environment?

2010-01-21 Thread Olivier Mengué
05 h 58 À: Apache AXIS C User List Objet : Re: How to free axutil environment? You do not need to use axutil_env_free_masked method. calling axutil_env_free should free up the environment. Regarda Nandika 2010/1/20 Olivier Mengué > Hi, > > I'm discovering Axis2/C and I try t

RE : Memory management process unclear

2010-01-20 Thread Olivier Mengué
It looks like you should use AXIS2_FREE(). >From samples/client/google/google_client.c: buffer = axiom_node_to_string(google_om_node, env); printf("%s\n", buffer); AXIS2_FREE (env->allocator, buffer); Message d'origine De: Brody Lodmell [mailto:brodylodm...@gmail.c

How to free axutil environment?

2010-01-20 Thread Olivier Mengué
e((axutil_env_t *) env); return 0; } Is there any general documentation about how to manage Axis2/C memory? The doxygen documentation is quite light, and it lacks links to free() function from the ones that allocate memory. Olivier Mengué

RE : Will AXIS2C sources work only on Apache-AXIS

2010-01-20 Thread Olivier Mengué
Websphere, Weblogic, and Tomcat are all Java application servers. So Java is is the language of choice for those targets. Message d'origine De: ramesh Gopal [mailto:fatuzorin2...@yahoo.com] Date: mer. 20/01/2010 08 h 01 À: Apache AXIS C User List Objet : Re: Will AXIS2C sources

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