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
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
> 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
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
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
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
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
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