- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Mar 2007 23:05:32 +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-serv26748/test-suite/documents/good/LocationTemplate-2G
Modified Files:
SOAPservice.wsdl
Log Message:
Removed RawParameter operation and endpoint.
Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-2G/SOAPservice.wsdl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** SOAPservice.wsdl 23 Feb 2007 17:50:19 -0000 1.2
--- SOAPservice.wsdl 13 Mar 2007 23:05:29 -0000 1.3
***************
*** 15,19 ****
<pathdata xmlns="http://example.org/path-data/xsd">
<full-uri>http://www.example.org:9443/</full-uri>
! <path>2007/02?</path>
<fragment>#id</fragment>
<data>encoded "#%*/<>?[\]^`{|}£ unencoded !$&'()+,-.:;=@_~</data>
--- 15,19 ----
<pathdata xmlns="http://example.org/path-data/xsd">
<full-uri>http://www.example.org:9443/</full-uri>
! <path>2007/02</path>
<fragment>#id</fragment>
<data>encoded "#%*/<>?[\]^`{|}£ unencoded !$&'()+,-.:;=@_~</data>
***************
*** 58,71 ****
</binding>
- <binding name="RawParameter" interface="tns:ProbeData"
- type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2"
- 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>
-
<binding name="EncodedPath" interface="tns:ProbeData"
type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2"
--- 58,61 ----
***************
*** 82,86 ****
<endpoint name="EncodedParameterAmpEndpoing" binding="tns:EncodedParameterAmp" address="http://example.org/"/>
<endpoint name="EncodedParameterSemicolonEndpoint" binding="tns:EncodedParameterSemicolon" address="http://example.org/"/>
- <endpoint name="RawParameterEndpoint" binding="tns:RawParameter" address="http://example.org/"/>
<endpoint name="EncodedPathEndpoint" binding="tns:EncodedPath" address="http://example.org/"/>
</service>
--- 72,75 ----
Received on Tuesday, 13 March 2007 23:05:42 UTC