axiom_element_create method does not create the element correctly for default namespaces. -----------------------------------------------------------------------------------------
Key: AXIS2C-1264 URL: https://issues.apache.org/jira/browse/AXIS2C-1264 Project: Axis2-C Issue Type: Bug Reporter: Manjula Peiris For example I want to create the following element <ChannelInstance wsa:IsReferenceParameter="true" xmlns="http://schemas.microsoft.com/ws/2005/02/duplex">3</ChannelInstance>. But it creates <ChannelInstance wsa:IsReferenceParameter="true" >3</ChannelInstance>. The default namespace declaration is missing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]