Axis2/C doc/lit wrapper vs. non-wrapper style

2008-05-16 Thread Nadir Amra
How does axis2/C handle document/literal wrapped vs. unwrapped? Does it support it? What is the default? When I generate client stubs it seems it is always the case that the following is generated: adb_phoneStatusResponse_t* axis2_stub_op_IPTelephonyService_phoneStatusRequest(

Re: Axis2/C doc/lit wrapper vs. non-wrapper style

2008-05-16 Thread Dimuthu Gamage
Hi Nadir, If I start with answering your questions straight away, 1. In Axis2/Java (with Axis2/Java codegen tool) you can use wrapped or unwrapped mode ( -uw option) for any wsdl regardless whether it is a (just doc-lit, doc-lit bare or doc-lit wrapped wsdl.) But unlike Axis2/Java, Axis2/C still

Re: Axis2/C doc/lit wrapper vs. non-wrapper style

2008-05-16 Thread Dimuthu Gamage
Please see the inline comment. On Sat, May 17, 2008 at 10:01 AM, Dimuthu Gamage [EMAIL PROTECTED] wrote: Hi Nadir, If I start with answering your questions straight away, 1. In Axis2/Java (with Axis2/Java codegen tool) you can use wrapped or unwrapped mode ( -uw option) for any wsdl