[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 commands, e-mail: [EMAIL PROTECTED]



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. Set  insert="true"/> for the respective transport and run your server/client.
> Please note that you have to obtain an svn checkout from [1].
> 
> Regards,
> Senaka
> 
> [1] http://svn.apache.org/repos/asf/webservices/axis2/trunk/c
> 
>> Hi AFAIK, There is a JIRA issue raised against this at [1]. The patch is
>> not yet applied. This feature will be available on the head as soon as the
>> patch is applied. Then, You'll merely have to change a setting in
>> axis2.xml.
>> Please take a look at [1], once it is resolved this feature will be
>> available on the head.
>> 
>> [1] https://issues.apache.org/jira/browse/AXIS2C-666
>> 
>> Regards,
>> Senaka
>> 
>>> 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 commands, e-mail: [EMAIL PROTECTED]
>>> 
>>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 :
>> 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 ?
>>   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 !)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 development.

Axis2C/Manual and Axiom manual are only introductions to the full power of
Axis2 libraries. A full manual with API functions explanation would be great
(the doxygen files are a good start) !

I'm French and my English is not good enough to help you for this.

Thanks to all Axis2/C developers, you're doing a great job

Sebastien



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2008-01-23 Thread Sébastien Mougey
Hello Samisa

A manual with an explanation of all API functions (what they do, do we need
to free the return, maybe samples...). Appendix D of Axis2/C 1.2.0 manual is
great.

I faced problems with Axiom (do I need to use axiom_text_get_value or
axiom_element_get_text, what is get_qname, etc), with 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 server and two clients, with everything I need and without any bugs
>> or memory leaks.
>>   
> 
> Thank you for the complement.
>> Unfortunately, I think the manual is good to create a simple demo server and
>> a simple demo client, but not for a real development.
>>   
> 
> We value your feedback very much. Can you please suggest the areas that
> we need to document more? May be you can tell us the areas you faced the
> problems so that we can get an idea.
> 
> Thanks,
> Samisa...
> 
>> Axis2C/Manual and Axiom manual are only introductions to the full power of
>> Axis2 libraries. A full manual with API functions explanation would be great
>> (the doxygen files are a good start) !
>> 
>> I'm French and my English is not good enough to help you for this.
>> 
>> Thanks to all Axis2/C developers, you're doing a great job
>> 
>> Sebastien



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]