Re: [Axis2] New changes to environment

2005-11-02 Thread Samisa Abeysinghe
nandika jayawardana wrote: Hi all, Adding a macro to check the environment null condition in the axis2_environment.h will be useful in writing code , This macro would be like AXIS2_ENV_CHECK(env,error_return) , which will check the env passed and create a default environment if the environm

Re: [Axis2] New changes to environment

2005-11-02 Thread nandika jayawardana
Hi all, Adding a macro to check the environment null condition  in the axis2_environment.h will be useful in writing code , This macro would be like AXIS2_ENV_CHECK(env,error_return) , which will check the env passed and create a default environment if the environment is null and then set error co

Re: [Axis2] New changes to environment

2005-11-02 Thread Damitha Kumarage
Samisa Abeysinghe wrote: Damitha Kumarage wrote: Hi all, I have done some changes to axis2_enviroment_t. Please read and give your comments. Currently we are facing following problems with the environment 1. Currently some functions return axis2_status_t (status code) and some other

Re: [Axis2] New changes to environment

2005-11-02 Thread Samisa Abeysinghe
Damitha Kumarage wrote: Hi all, I have done some changes to axis2_enviroment_t. Please read and give your comments. Currently we are facing following problems with the environment 1. Currently some functions return axis2_status_t (status code) and some other return types. We need

[Axis2] New changes to environment

2005-11-02 Thread Damitha Kumarage
Hi all, I have done some changes to axis2_enviroment_t. Please read and give your comments. Currently we are facing following problems with the environment 1. Currently some functions return axis2_status_t (status code) and some other return types. We need a conventions as to which

[jira] Commented: (AXISCPP-860) ComplexLists test is failing due to wrong request message

2005-11-02 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-860?page=comments#action_12356589 ] Dushshantha Chandradasa commented on AXISCPP-860: - This happens becourse the the following code of serialization in the generated complex type class. bool b

[jira] Reopened: (AXISCPP-860) ComplexLists test is failing due to wrong request message

2005-11-02 Thread James Jose (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-860?page=all ] James Jose reopened AXISCPP-860: (Visible to axiscpp-developers) > ComplexLists test is failing due to wrong request message > - > >

Re: C++ client serializer/deserializer

2005-11-02 Thread Samisa Abeysinghe
[EMAIL PROTECTED] wrote: Hi, Am using Axis 1.5 on Windows to create a C++ client talking to a Java web service. I need to serialize a map class on the C++ side. Is there some tutorial/documentation on how to do this - like classes involved(IWrapperSoapSerializer) etc ? Please have a look