RE : Need suggestions on Axis/c client stub

2010-02-10 Thread Olivier Mengué
Hi I'm a recent Axis2/C user. I don't know about Axis-C/C++. Ashok P wrote: 3) As per the documentation, axis-c supports ADB binding for client code generations and none option for raw xml in/out. Is ADB is efficient to consume non-axis web services? I don't know what is ADB binding. With

RE : Need suggestions on Axis/c client stub

2010-02-10 Thread Nadir Amra
Axis-C++ client-side is not broken or buggy. It is perfectly functional and in some cases much easier to use than axis2/C. Nadir Amra Olivier Mengué omen...@oxymel.com wrote on 02/10/2010 04:41:51 AM: [image removed] RE : Need suggestions on Axis/c client stub Olivier Mengué

AXIS2C: REST: HTTP_POST: Implementation of NULL response

2010-02-10 Thread Satish Bvs
Hi, For web service with REST implementation, HTTP POST operation, We wanted to implement a NULL response i.e. the actual HTTP OK response is interpreted as successful HTTP POST operation. Since every web service operation return and axiom_node_t

Re: RE : Need suggestions on Axis/c client stub

2010-02-10 Thread Ashok P
Thanks to all for suggestions and inputs. Any suggestions on point-1 - data type mapping? for example if you check typemap.dat in case of gsoap which gives us a easy way to map data types. I am planning to take a look on code generation source code. Will it work if I change for data types? I