2002/ws/desc/test-suite/documents/good/LocationTemplate-1G SOAPservice.wsdl,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-1G
In directory hutz:/tmp/cvs-serv32394/test-suite/documents/good/LocationTemplate-1G

Modified Files:
	SOAPservice.wsdl 
Log Message:
Fixed queryParameterSeparator spelling.
Replaced whttp:method="GET" with soap:mep="...request-response"

Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-1G/SOAPservice.wsdl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** SOAPservice.wsdl	21 Nov 2006 15:02:07 -0000	1.2
--- SOAPservice.wsdl	21 Dec 2006 20:17:11 -0000	1.3
***************
*** 46,52 ****
      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" whttp:method='GET'
        whttp:location="datespace/{year}/{month}/{day}/{time}-{time}.html"/>
    </binding>
--- 46,52 ----
      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/"
        whttp:location="datespace/{year}/{month}/{day}/{time}-{time}.html"/>
    </binding>
***************
*** 56,62 ****
      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.html?day=18;start=16:40:00;end=20:00:42
      </documentation>
!     <operation ref="tns:constructReference" whttp:method='GET'
        whttp:location="datespace/{year}/{month}.html?day={day};start={time};end={time}"/>
    </binding>
--- 56,62 ----
      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.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/"
        whttp:location="datespace/{year}/{month}.html?day={day};start={time};end={time}"/>
    </binding>
***************
*** 66,73 ****
      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" whttp:method='GET'
!       whttp:location="datespace.html" whttp:queryParmsSeparator=";"/>
    </binding>
    
--- 66,73 ----
      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/"
!       whttp:location="datespace.html" whttp:queryParameterSeparator=";"/>
    </binding>
    
***************
*** 76,82 ****
      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&amp;time=16:40:00&amp;time=20:00:42
      </documentation>
!     <operation ref="tns:constructReference" whttp:method='GET'
        whttp:location="datespace/{year}/{month}.html"/>
    </binding>
--- 76,82 ----
      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&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42
      </documentation>
!     <operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
        whttp:location="datespace/{year}/{month}.html"/>
    </binding>
***************
*** 86,92 ****
      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" whttp:method='GET'
        whttp:location="datespace/{year}.html?start={time}" whttp:ignoreUncited="true"/>
    </binding>
--- 86,92 ----
      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/"
        whttp:location="datespace/{year}.html?start={time}" whttp:ignoreUncited="true"/>
    </binding>
***************
*** 96,102 ****
      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&amp;month=11&amp;day=18&amp;time=16:40:00&amp;time=20:00:42
      </documentation>
!     <operation ref="tns:constructReference" whttp:method='GET'
        whttp:location="datespace/{year}.html?timezone=utc"/>
    </binding>
--- 96,102 ----
      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&amp;month=11&amp;day=18&amp;time=16%3A40%3A00&amp;time=20%3A00%3A42
      </documentation>
!     <operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
        whttp:location="datespace/{year}.html?timezone=utc"/>
    </binding>
***************
*** 106,113 ****
      wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
      <documentation> This binding tests that escaping of curly braces is done correctly.
!       Expect: http://example.org/datespace/2006.html?passphrase={4(#^$@!}4^@*#}
      </documentation>
!     <operation ref="tns:constructReference" whttp:method='GET'
!       whttp:location="datespace/{year}.html?passphrase={{4(^$@!}}4^@*}}" whttp:ignoreUncited="true"/> 
    </binding>
  
--- 106,113 ----
      wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
      <documentation> This binding tests that escaping of curly braces is done correctly.
!       Expect: http://example.org/datespace/2006.html?passphrase=%7B4(%23^$@!%7D4^@*%23%7D
      </documentation>
!     <operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
!       whttp:location="datespace/{year}.html?passphrase={{4(#^$@!}}4^@*#}}" whttp:ignoreUncited="true"/> 
    </binding>
  

Received on Thursday, 21 December 2006 20:17:23 UTC