RE: axiom_node_serialize does not serialize namespaces properly

2008-08-01 Thread Hatim Daginawala
Jayawardana [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 11:33 PM To: Apache AXIS C Developers List Subject: Re: axiom_node_serialize does not serialize namespaces properly Hi, For efficiency reasons, axiom_node_serialize does not serialize all the namespaces applicable to an element

Re: axiom_node_serialize does not serialize namespaces properly

2008-07-31 Thread Nandika Jayawardana
Hi, For efficiency reasons, axiom_node_serialize does not serialize all the namespaces applicable to an element when the node is a sub element of the axiom tree. Therefore you need to use axiom_node_serialize_sub_tree method to properly serialize the sub tree properly. Regards Nandika On Thu,