- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Jan 2007 18:53:52 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/Baseline/MessageTest-3G
In directory hutz:/tmp/cvs-serv15130/test-suite/results/Baseline/MessageTest-3G
Modified Files:
HTTPservice.canonical.wsdlcm
Log Message:
1) LocationTemplate-1G. Removed the “#” characters from the whttp:location on the “Escape” binding. These aren’t legal at this spot in a URI. And there isn’t a requirement they be escaped during the templating algorithm, so they aren’t testing anything and preventing the wsdlcm from having a valid anyURI for the {http location} property.
2) MessageTest-2G. Augmented each whttp:location attribute to start with the name of the operation. Without some kind of unique whttp:location, operation dispatch in Axis doesn’t work. I’ll send a new issue describing the limitations of this shortly.
3) MessageTest-3G. Added whttp:location attributes on each Binding Operation, with a value equal to the operation name. Because unique whttp:location attributes are needed by Axis2, generic http bindings are not possible, so I added minimally-defined operations to the SafeEchoHTTPBinding.
4) Added Dashboard.html task to the build file.
5) Updated Baselines and regenerated results.
Index: HTTPservice.canonical.wsdlcm
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/Baseline/MessageTest-3G/HTTPservice.canonical.wsdlcm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** HTTPservice.canonical.wsdlcm 13 Dec 2006 19:15:38 -0000 1.8
--- HTTPservice.canonical.wsdlcm 2 Jan 2007 18:53:50 -0000 1.9
***************
*** 26,30 ****
<base:localName>EchoNameFault</base:localName>
</name>
! <elementDeclaration ref="c66"/>
<base:parent ref="c2"/>
</interfaceFaultComponent>
--- 26,30 ----
<base:localName>EchoNameFault</base:localName>
</name>
! <elementDeclaration ref="c72"/>
<base:parent ref="c2"/>
[...973 lines suppressed...]
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
--- 961,965 ----
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
! <typeDefinitionComponent xml:id="c118">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
***************
*** 891,895 ****
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
! <typeDefinitionComponent xml:id="c113">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
--- 968,972 ----
<system>http://www.w3.org/2001/XMLSchema</system>
</typeDefinitionComponent>
! <typeDefinitionComponent xml:id="c119">
<name>
<base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName>
Received on Tuesday, 2 January 2007 18:55:22 UTC