[Axis2C] Client with xml declaration

2008-01-16 Thread Sébastien Mougey
Hello I can't find how I could tell Axis2/C in client mode to add a xml declaration to the request. I only want my request to start with : Thank you for your help - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: [Axis2C] Client with xml declaration

2008-01-16 Thread Sébastien Mougey
Hi Senaka Thank you ! I'll try it today. Yours > De : Senaka Fernando <[EMAIL PROTECTED]> > Répondre à : Apache AXIS C User List > Date : Wed, 16 Jan 2008 06:50:44 -0500 (EST) > À : > Objet : Re: [Axis2C] Client with xml declaration > > Hi Sébastien, > > This is now available on the head. S

Re: [Axis2C] Get peer ip addresswith Apache server

2008-01-18 Thread Sébastien Mougey
How can I get this address with Apache server ? Is it possible ? Thank you > > Yes, It is not implemented with httpd module as of now. > > Samisa... > > Sébastien Mougey wrote: >> Hello >> >> I'm trying to get the peer ip address with : &g

[Axis2C] Get peer ip addresswith Apache server

2008-01-18 Thread Sébastien Mougey
Hello I'm trying to get the peer ip address with : axis2_msg_ctx_get_property( msg_ctx, env, AXIS2_SVR_PEER_IP_ADDR ); and i doesn't work. Reading http_worker.c source, it seems to work only with the simple axis server. Is it true ? Thank you (anyway, Axis2/C is a great product !) --

[Axis2C] Really a great product, but manual is too short

2008-01-23 Thread Sébastien Mougey
Hello I'm using Axis2/C for two weeks now, and it's really a great tool. I use it to run a server and two clients, with everything I need and without any bugs or memory leaks. Unfortunately, I think the manual is good to create a simple demo server and a simple demo client, but not for a real dev

Re: [Axis2C] Really a great product, but manual is too short

2008-01-23 Thread Sébastien Mougey
Axis2 options, with double frees (do I need to free my node request after a axis2_svc_client_send_receive or not)... Thank you > Sébastien Mougey wrote: >> Hello >> >> I'm using Axis2/C for two weeks now, and it's really a great tool. I use it >> to run a se