You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Jean-Yves Baudy <jy...@free.fr> on 2004/03/19 15:54:40 UTC

CVS runtime updates

Hi all,

I have update CVS with some of my local fixes.

What new (client side):
- some minor fixes;
- compilation fixes for AIX (xlc) and CYGWIN;
- basic support for HTTP 1.0 (HTTP_1_0 macro).

As in my tests I target an external Web Services server I have many 
major changes in the SoapDeSerializer.cpp class.

Most of those changes concern the SOAP response for document/literal 
style (return AXIS_SUCCESS instead of AXIS_FAIL):

<MyElement/> : example empty String, Base64Binary, ...

<MyElement xsi:nill="true"/> : All complexType and simpleType (true for 
axis java 1.1).

I Have also added a m_RealSize to Axis_Array to keep memory of the real 
  memory size of the array.


Included the diff from the current CVS Code. Can you have a look to this 
code and say me if I can commit it I should work well with Axis C/C++ 
servers parts ?

Thank,

Jean-Yves Baudy






RE: CVS runtime updates

Posted by Susantha Kumara <su...@opensource.lk>.
Hi Jean-Yves,

I had a quick look at the diff and it seems ok except having m_RealSize in
Array. Could you explain why you need that ?.

Thanks,

Susantha.

> -----Original Message-----
> From: Jean-Yves Baudy [mailto:jy.baudy@free.fr]
> Sent: Friday, March 19, 2004 8:55 PM
> To: axis-c-dev@ws.apache.org
> Subject: CVS runtime updates
>
>
> Hi all,
>
> I have update CVS with some of my local fixes.
>
> What new (client side):
> - some minor fixes;
> - compilation fixes for AIX (xlc) and CYGWIN;
> - basic support for HTTP 1.0 (HTTP_1_0 macro).
>
> As in my tests I target an external Web Services server I have many
> major changes in the SoapDeSerializer.cpp class.
>
> Most of those changes concern the SOAP response for document/literal
> style (return AXIS_SUCCESS instead of AXIS_FAIL):
>
> <MyElement/> : example empty String, Base64Binary, ...
>
> <MyElement xsi:nill="true"/> : All complexType and simpleType (true for
> axis java 1.1).
>
> I Have also added a m_RealSize to Axis_Array to keep memory of the real
>   memory size of the array.
>
>
> Included the diff from the current CVS Code. Can you have a look to this
> code and say me if I can commit it I should work well with Axis C/C++
> servers parts ?
>
> Thank,
>
> Jean-Yves Baudy
>
>
>
>
>
>