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 Samisa Abeysinghe <sa...@gmail.com> on 2005/12/08 09:00:50 UTC

[Axis2] Wiki

http://wiki.apache.org/ws/FrontPage/Axis2C

Please add content here.

Thanks,
Samisa...

Samisa Abeysinghe wrote:

> Devs,
>    We need a web page, given that we are in M0.2 release.
>    Where should this be located?
>    What about http://ws.apache.org/axis2/c/
> Thanks,
> Samisa...
>
> Damitha Kumarage wrote:
>
>> Hi All
>>
>> We have been able to improve OM module since the last release and PHP 
>> binding for
>> OM module is in place.
>> Therefore I would like to propose the next milestone release.
>>
>> Following features could be added over the previous release.
>>
>> 1. Improved OM module
>> 2. libxml2 parser support
>> 3. PHP binding for OM module
>> 4. Some test cases for PHP binding
>> 5. Many memory leaks fixes
>>
>> We can do the milestone release 0.2 by the 7th of December, and I 
>> would like to
>> volunteer to be the release manager.
>>
>> Best Regards
>> Damitha
>>
>>
>
>


[Axis2] added util functions

Posted by Sahan Gamage <sa...@wso2.com>.
Hi,

I have created axis2_util.h and util.c files to support axis2 utility
functions. Also I have written
axis2_parse_request_url_for_svc_and_operation(axis2_env_t **env,
axis2_char_t *request) function as a start. Please commit the code.

- Sahan