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-Mx
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]