- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Feb 2007 22:53:35 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-1G
In directory hutz:/tmp/cvs-serv29817/test-suite/documents/good/LocationTemplate-1G
Modified Files:
SOAPservice.wsdl
Log Message:
Added LocationTemplate-2G and 3G, updated expected values on LocationTemplate-1G per CR117 resolution.
Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-1G/SOAPservice.wsdl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** SOAPservice.wsdl 8 Feb 2007 20:19:52 -0000 1.8
--- SOAPservice.wsdl 8 Feb 2007 22:53:33 -0000 1.9
***************
*** 45,49 ****
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters can be successfully inserted as path segments.
! Expect: http://example.org/datespace/2006/11/18/16%3A40%3A00-20%3A00%3A42.html
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
--- 45,49 ----
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters can be successfully inserted as path segments.
! Expect: http://example.org/datespace/2006/11/18/16:40:00-20:00:42.html
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
***************
*** 56,60 ****
whttp:queryParameterSeparatorDefault=";">
<documentation> This binding tests the that parameters can be successfully inserted as path segments.
! Expect: http://example.org/datespace/2006/11.html?day=18;start=16%3A40%3A00;end=20%3A00%3A42
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
--- 56,60 ----
whttp:queryParameterSeparatorDefault=";">
<documentation> This binding tests the that parameters can be successfully inserted as path segments.
! Expect: http://example.org/datespace/2006/11.html?day=18;start=16:40:00;end=20:00:42
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
***************
*** 66,70 ****
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters are automatically appended as query parameters.
! Expect: http://example.org/datespace.html?year=2006;month=11;day=18;time=16%3A40%3A00;time=20%3A00%3A42
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
--- 66,70 ----
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters are automatically appended as query parameters.
! Expect: http://example.org/datespace.html?year=2006;month=11;day=18;time=16:40:00;time=20:00:42
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
***************
*** 76,80 ****
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters can be successfully inserted as path segments, with remaining ones becoming query parameters.
! Expect: http://example.org/datespace/2006/11.html?day=18&time=16%3A40%3A00&time=20%3A00%3A42
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
--- 76,80 ----
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters can be successfully inserted as path segments, with remaining ones becoming query parameters.
! Expect: http://example.org/datespace/2006/11.html?day=18&time=16:40:00&time=20:00:42
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
***************
*** 86,90 ****
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters can be suppressed.
! Expect: http://example.org/datespace/2006.html?start=16%3A40%3A00
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
--- 86,90 ----
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters can be suppressed.
! Expect: http://example.org/datespace/2006.html?start=16:40:00
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
***************
*** 96,100 ****
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests that the parameters can be suppressed.
! Expect: http://example.org/datespace/2006.html?timezone=utc&month=11&day=18&time=16%3A40%3A00&time=20%3A00%3A42
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
--- 96,100 ----
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests that the parameters can be suppressed.
! Expect: http://example.org/datespace/2006.html?timezone=utc&month=11&day=18&time=16:40:00&time=20:00:42
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
Received on Thursday, 8 February 2007 22:53:50 UTC