- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Feb 2007 17:50:21 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-2G
In directory hutz:/tmp/cvs-serv29468/test-suite/documents/good/LocationTemplate-2G
Modified Files:
SOAPservice.wsdl
Log Message:
Added fragment element, made everything minOccurs="0" in case we want to add ignoreUncited.
Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-2G/SOAPservice.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** SOAPservice.wsdl 8 Feb 2007 22:53:33 -0000 1.1
--- SOAPservice.wsdl 23 Feb 2007 17:50:19 -0000 1.2
***************
*** 42,46 ****
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters are encoded successfully, including & as a qps.
! Expect: http://example.org/EncodedParameter?data=encoded%20%22%23%25%2A%2F%3C%3E%3F%5B%5C%5D%5E%60%7B%7C%7D%C2%A3%20unencoded%20!$%26'()+,-.:;=@_~&full-uri=http://www.example.org:9443/&path=2007/02?&fragment=%23id
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
--- 42,46 ----
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters are encoded successfully, including & as a qps.
! Expect: http://example.org/EncodedParameterAmp?data=encoded%20%22%23%25%2A%2F%3C%3E%3F%5B%5C%5D%5E%60%7B%7C%7D%C2%A3%20unencoded%20!$%26'()+,-.:;=@_~&full-uri=http://www.example.org:9443/&path=2007/02?&fragment=%23id
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
***************
*** 62,69 ****
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters can be inserted without encoding, in this case resulting in a fragment.
! Expect: http://example.org/RawParameter?full-uri=http://www.example.org:9443/&path=2007/02?&fragment=%23id&data=encoded%20%22%23%25%2A%2F%3C%3E%3F%5B%5C%5D%5E%60%7B%7C%7D%C2%A3%20unencoded%20!$%26'()+,-.:;=@_~#id
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
! whttp:location="RawParameter{!fragment}"/>
</binding>
--- 62,69 ----
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
<documentation> This binding tests the that parameters can be inserted without encoding, in this case resulting in a fragment.
! Expect: http://example.org/RawParameter#id
</documentation>
<operation ref="tns:constructReference" wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
! whttp:location="RawParameter{!fragment}" whttp:ignoreUncited="true"/>
</binding>
Received on Friday, 23 February 2007 17:50:29 UTC