[jira] Resolved: (AXIS2C-1306) Duplicate function in generated axis2_stubs.

2009-01-06 Thread Dimuthu Gamage (JIRA)
function axiom_node_create_from_buffer on wards axis2/c svn revision r724011 > Duplicate function in generated axis2_stubs. > > > Key: AXIS2C-1306 > URL: https://issues.apache.org/jira/bro

[jira] Updated: (AXIS2C-1306) Duplicate function in generated axis2_stubs.

2008-12-19 Thread Manjula Peiris (JIRA)
ion in generated axis2_stubs. > > > Key: AXIS2C-1306 > URL: https://issues.apache.org/jira/browse/AXIS2C-1306 > Project: Axis2-C > Issue Type: Bug > Components: code generati

Re: Adding new function "axiom_node_create_from_buffer": was: Duplicate function in generated axis2_stubs.

2008-12-06 Thread Dimuthu Gamage
> Thanks >> Dimuthu >> >> -- Forwarded message -- >> From: *Dimuthu Gamage* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> >> Date: Wed, Dec 3, 2008 at 7:34 PM >> Subject: Re: Duplicate function in generated axis2_stubs. >> To: Apache

Re: Adding new function "axiom_node_create_from_buffer": was: Duplicate function in generated axis2_stubs.

2008-12-05 Thread Samisa Abeysinghe
not necessary. WDYT? Thanks Dimuthu -- Forwarded message -- From: *Dimuthu Gamage* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> Date: Wed, Dec 3, 2008 at 7:34 PM Subject: Re: Duplicate function in generated axis2_stubs. To: Apache AXIS C Developers List <ma

Adding new function "axiom_node_create_from_buffer": was: Duplicate function in generated axis2_stubs.

2008-12-03 Thread Dimuthu Gamage
message -- From: Dimuthu Gamage <[EMAIL PROTECTED]> Date: Wed, Dec 3, 2008 at 7:34 PM Subject: Re: Duplicate function in generated axis2_stubs. To: Apache AXIS C Developers List Hi Patrick, Thanks For raising this. I think this function should be moved to axiom_node functio

[jira] Created: (AXIS2C-1306) Duplicate function in generated axis2_stubs.

2008-12-03 Thread Patrick van Beem (JIRA)
Duplicate function in generated axis2_stubs. Key: AXIS2C-1306 URL: https://issues.apache.org/jira/browse/AXIS2C-1306 Project: Axis2-C Issue Type: Bug Components: code generation

Re: Duplicate function in generated axis2_stubs.

2008-12-03 Thread Dimuthu Gamage
Hi Patrick, Thanks For raising this. I think this function should be moved to axiom_node functions. To something like axiom_node_t *axiom_node_create_from_buffer(const axutil_env_t *env, axis2_char_t *buffer) It will be very easy to work with in other applications also. Can you please raise a JIR

Duplicate function in generated axis2_stubs.

2008-12-03 Thread Patrick van Beem
In the main trunk, the C-code generator now generates the following function in the axis2_stub_xxx.c: axiom_node_t* AXIS2_CALL axis2_deserialize_buffer ( const axutil_env_t * env, char *buffer); This one is the same for every stub generated. So if you use more SOAP inte