You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org> on 2007/03/01 17:48:01 UTC

[jira] Updated: (TUSCANY-1083) Shorter NameSpace prefix to speed up XML processing and reduce communication bandwidth

     [ https://issues.apache.org/jira/browse/TUSCANY-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1083:
------------------------------------

    Fix Version/s:     (was: Java-SDO-Mx)
                   Java-SDO-M3

> Shorter NameSpace prefix to speed up XML processing and reduce communication bandwidth
> --------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1083
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1083
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-Mx
>            Reporter: Yang ZHONG
>             Fix For: Java-SDO-M3
>
>         Attachments: prefix.xsd, ShortPrefix
>
>
> Given XSD:
>   <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soaassureservice.soabench.ibm.com" xmlns:as="http://soaassureservice.soabench.ibm.com">
>     <element name="requestInfo" type="string"/>
>     <element name="createClaim">
>     ...
> SDO generates NameSpace prefix too long:
>   <soaassureservice:createClaim xmlns:soaassureservice="http://soaassureservice.soabench.ibm.com">
>     <soaassureservice:requestInfo>...</soaassureservice:requestInfo>
>     ...

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