- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Jan 2007 18:53:54 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G
In directory hutz:/tmp/cvs-serv15130/test-suite/documents/good/MessageTest-2G
Modified Files:
HTTPservice.wsdl
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.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G/HTTPservice.wsdl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** HTTPservice.wsdl 20 Dec 2006 17:20:07 -0000 1.7
--- HTTPservice.wsdl 2 Jan 2007 18:53:52 -0000 1.8
***************
*** 64,68 ****
</documentation>
<fault ref="tns:EchoNameFault"/>
! <operation ref="tns:EchoName" whttp:location="?first={FirstName};middle={MiddleName};last={LastName}"
whttp:inputSerialization="application/xml"
whttp:outputSerialization="application/xml"
--- 64,68 ----
</documentation>
<fault ref="tns:EchoNameFault"/>
! <operation ref="tns:EchoName" whttp:location="EchoName?first={FirstName};middle={MiddleName};last={LastName}"
whttp:inputSerialization="application/xml"
whttp:outputSerialization="application/xml"
***************
*** 72,76 ****
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:EchoNameExpectFault" whttp:location="?expected=fault"
whttp:inputSerialization="application/xml"
whttp:outputSerialization="application/xml"
--- 72,76 ----
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:EchoNameExpectFault" whttp:location="EchoNameExpectFault?expected=fault"
whttp:inputSerialization="application/xml"
whttp:outputSerialization="application/xml"
***************
*** 80,88 ****
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:Send"
whttp:inputSerialization="application/xml">
<input />
</operation>
! <operation ref="tns:GuaranteedFault"
whttp:inputSerialization="application/xml"
whttp:faultSerialization="application/xml">
--- 80,88 ----
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:Send" whttp:location="Send"
whttp:inputSerialization="application/xml">
<input />
</operation>
! <operation ref="tns:GuaranteedFault" whttp:location="GuaranteedFault"
whttp:inputSerialization="application/xml"
whttp:faultSerialization="application/xml">
***************
*** 99,103 ****
</documentation>
<fault ref="tns:EchoNameFault"/>
! <operation ref="tns:EchoName" whttp:location="?first={FirstName};last={LastName}"
whttp:ignoreUncited="true"
whttp:inputSerialization="application/x-www-form-urlencoded"
--- 99,103 ----
</documentation>
<fault ref="tns:EchoNameFault"/>
! <operation ref="tns:EchoName" whttp:location="EchoName?first={FirstName};last={LastName}"
whttp:ignoreUncited="true"
whttp:inputSerialization="application/x-www-form-urlencoded"
***************
*** 108,112 ****
<outfault ref="tns:EchoNameFault"/>
</operation>
! <operation ref="tns:EchoNameExpectFault" whttp:location="?first={FirstName}"
whttp:queryParameterSeparator="&"
whttp:inputSerialization="application/x-www-form-urlencoded"
--- 108,112 ----
<outfault ref="tns:EchoNameFault"/>
</operation>
! <operation ref="tns:EchoNameExpectFault" whttp:location="EchoNameExpectFault?first={FirstName}"
whttp:queryParameterSeparator="&"
whttp:inputSerialization="application/x-www-form-urlencoded"
***************
*** 117,125 ****
<outfault ref="tns:EchoNameFault"/>
</operation>
! <operation ref="tns:Send"
whttp:inputSerialization="application/xml">
<input/>
</operation>
! <operation ref="tns:GuaranteedFault"
whttp:inputSerialization="application/x-www-form-urlencoded"
whttp:faultSerialization="application/xml">
--- 117,125 ----
<outfault ref="tns:EchoNameFault"/>
</operation>
! <operation ref="tns:Send" whttp:location="Send"
whttp:inputSerialization="application/xml">
<input/>
</operation>
! <operation ref="tns:GuaranteedFault" whttp:location="GuaranteedFault"
whttp:inputSerialization="application/x-www-form-urlencoded"
whttp:faultSerialization="application/xml">
***************
*** 136,140 ****
</documentation>
<fault ref="tns:EchoNameFault"/>
! <operation ref="tns:EchoName" whttp:location="?first={FirstName};middle={MiddleName};last={LastName}"
whttp:ignoreUncited="true"
whttp:inputSerialization="multipart/form-data"
--- 136,140 ----
</documentation>
<fault ref="tns:EchoNameFault"/>
! <operation ref="tns:EchoName" whttp:location="EchoName?first={FirstName};middle={MiddleName};last={LastName}"
whttp:ignoreUncited="true"
whttp:inputSerialization="multipart/form-data"
***************
*** 145,149 ****
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:EchoNameExpectFault"
whttp:inputSerialization="multipart/form-data"
whttp:outputSerialization="application/xml"
--- 145,149 ----
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:EchoNameExpectFault" whttp:location="EchoNameExpectFault"
whttp:inputSerialization="multipart/form-data"
whttp:outputSerialization="application/xml"
***************
*** 153,161 ****
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:Send"
whttp:inputSerialization="application/xml">
<input />
</operation>
! <operation ref="tns:GuaranteedFault"
whttp:inputSerialization="multipart/form-data"
whttp:faultSerialization="application/xml">
--- 153,161 ----
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:Send" whttp:location="Send"
whttp:inputSerialization="application/xml">
<input />
</operation>
! <operation ref="tns:GuaranteedFault" whttp:location="GuaranteedFault"
whttp:inputSerialization="multipart/form-data"
whttp:faultSerialization="application/xml">
Received on Tuesday, 2 January 2007 18:54:10 UTC