You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Manjula Peiris (JIRA)" <ji...@apache.org> on 2008/09/15 13:01:45 UTC

[jira] Created: (AXIS2C-1264) axiom_element_create method does not create the element correctly for default namespaces.

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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-1264) axiom_element_create method does not create the element correctly for default namespaces.

Posted by "Manjula Peiris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjula Peiris resolved AXIS2C-1264.
------------------------------------

    Resolution: Fixed
      Assignee: Manjula Peiris

When the reference parameters are in the reply_to part those will be sent back with IsReferenceParameter true.

> 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
>            Assignee: 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-1264) axiom_element_create method does not create the element correctly for default namespaces.

Posted by "Manjula Peiris (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631011#action_12631011 ] 

Manjula Peiris commented on AXIS2C-1264:
----------------------------------------

This comment should be for Axis2C-1263.

This is fixed in the axiom_element_create method.

> 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
>            Assignee: 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org