- From: Anish Karmarkar <Anish.Karmarkar@oracle.com>
- Date: Wed, 11 Jul 2007 16:14:39 -0700
- To: "Xml-Dist-App@W3. Org" <xml-dist-app@w3.org>
I took an AI to go through the MTOM/XOP/RRSHB tests [1] and see if there are any updates that need to be made as a result of the change in the "xmime" NS (from .../2004/06/xmime to .../2005/05/xmime). The following changes have to be made to the tests: 1) Test 1-7 have a common schema that defines the element 'Data'. This element is used in all the tests. This common schema imports the xmime NS. Fix: change -- <xs:import namespace='http://www.w3.org/2004/06/xmlmime' /> to -- <xs:import namespace='http://www.w3.org/2005/05/xmlmime' /> 2) Test 3b response message NS decl has to be updated to the new NS Fix: change "http://www.w3.org/2004/06/xmlmime" to "http://www.w3.org/2005/05/xmlmime" 3) Tests RRSHB1, RRSHB2 and RRSHB3 use a common schema that imports the old NS. Fix: change -- <xs:import namespace='http://www.w3.org/2004/06/xmlmime' /> to -- <xs:import namespace='http://www.w3.org/2005/05/xmlmime' /> 4) Tests RRSHB1, RRSHB2, RRSHB3 contain request and response messages that have the "http://www.w3.org/2004/06/xmlmime" NS. This needs to be changed to "http://www.w3.org/2005/05/xmlmime". Note that the NS is defined only in test RRSHB1. Tests RRSHB2 and RRSHB3 only specify the delta on RRSHB1, therefore it is sufficient to change RRSHB1. Fix: In RRSHB1 change http://www.w3.org/2004/06/xmlmime" to "http://www.w3.org/2005/05/xmlmime" in both the request and response envelopes. -Anish -- [1] http://www.w3.org/2000/xp/Group/4/08/implementation.html
Received on Wednesday, 11 July 2007 23:16:11 UTC