You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-c-dev@ws.apache.org by "nadir amra (JIRA)" <ax...@ws.apache.org> on 2010/05/04 18:16:58 UTC

[jira] Created: (AXISCPP-1070) Add support for element that references a schema

Add support for element that references a schema
------------------------------------------------

                 Key: AXISCPP-1070
                 URL: https://issues.apache.org/jira/browse/AXISCPP-1070
             Project: Axis-C++
          Issue Type: Bug
            Reporter: nadir amra
            Assignee: nadir amra
             Fix For: current (nightly)


Currently, the code ignores elements that references schemas.  For example:

<s:element ref="s:schema" />

It ignores these elements silently and thus when a response is received that contains the schema an exception is thrown. 

I have chose to handle this by mapping schema references to the anyType and handle it as anyType.  During my testing, I found a bug in the way we handle anyType in that namespaces declarations on the element are thrown away.  For example, a response of 

<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" >

would result in 

<xs:schema id="NewDataSet" >

This has also been corrected. 


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


[jira] Resolved: (AXISCPP-1070) Add support for element that references a schema

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXISCPP-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra resolved AXISCPP-1070.
---------------------------------

    Resolution: Fixed

Fixed in revision http://svn.apache.org/viewvc?view=revision&revision=940943.

Will wait to close out until I have created a test case.

> Add support for element that references a schema
> ------------------------------------------------
>
>                 Key: AXISCPP-1070
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1070
>             Project: Axis-C++
>          Issue Type: Bug
>            Reporter: nadir amra
>            Assignee: nadir amra
>             Fix For: current (nightly)
>
>
> Currently, the code ignores elements that references schemas.  For example:
> <s:element ref="s:schema" />
> It ignores these elements silently and thus when a response is received that contains the schema an exception is thrown. 
> I have chose to handle this by mapping schema references to the anyType and handle it as anyType.  During my testing, I found a bug in the way we handle anyType in that namespaces declarations on the element are thrown away.  For example, a response of 
> <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" >
> would result in 
> <xs:schema id="NewDataSet" >
> This has also been corrected. 

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


[jira] Resolved: (AXISCPP-1070) Add support for element that references a schema

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXISCPP-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra resolved AXISCPP-1070.
---------------------------------

    Resolution: Fixed

Fixed in revision http://svn.apache.org/viewvc?view=revision&revision=940943.

Will wait to close out until I have created a test case.

> Add support for element that references a schema
> ------------------------------------------------
>
>                 Key: AXISCPP-1070
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1070
>             Project: Axis-C++
>          Issue Type: Bug
>            Reporter: nadir amra
>            Assignee: nadir amra
>             Fix For: current (nightly)
>
>
> Currently, the code ignores elements that references schemas.  For example:
> <s:element ref="s:schema" />
> It ignores these elements silently and thus when a response is received that contains the schema an exception is thrown. 
> I have chose to handle this by mapping schema references to the anyType and handle it as anyType.  During my testing, I found a bug in the way we handle anyType in that namespaces declarations on the element are thrown away.  For example, a response of 
> <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" >
> would result in 
> <xs:schema id="NewDataSet" >
> This has also been corrected. 

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