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

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

RE : Need suggestions on Axis/c client stub

2010-02-10 Thread Olivier Mengué
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é winmail.dat

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é
, 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 : How to free axutil environment?

2010-01-21 Thread Olivier Mengué
: 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é omen...@oxymel.com Hi, I'm discovering Axis2/C and I try to write

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

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.com]

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

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.