- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Feb 2005 18:19:00 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv18282
Modified Files:
wsdl20-bindings.xml
Log Message:
Fixed a slash issue in example 3-2
whttp:location='temperature/{town/}'
should read whttp:location='temperature/{town}'
and
address='http://ws.example.com/service1'
should read
address='http://ws.example.com/service1/'
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** wsdl20-bindings.xml 21 Feb 2005 15:05:14 -0000 1.143
--- wsdl20-bindings.xml 23 Feb 2005 18:18:58 -0000 1.144
***************
*** 2279,2283 ****
<eg xml:space="preserve"><operation ref='t:data'
whttp:inputSerialization='application/x-www-form-urlencoded'
! whttp:location='temperature/{town/}'
whttp:method='POST' /></eg>
<p>
--- 2279,2283 ----
<eg xml:space="preserve"><operation ref='t:data'
whttp:inputSerialization='application/x-www-form-urlencoded'
! whttp:location='temperature/{town}'
whttp:method='POST' /></eg>
<p>
***************
*** 2285,2289 ****
</p>
<eg xml:space="preserve"><endpoint name='e' binding='t:b'
! address='http://ws.example.com/service1' /></eg>
<p>
will serialize the message in the URI as follow:
--- 2285,2289 ----
</p>
<eg xml:space="preserve"><endpoint name='e' binding='t:b'
! address='http://ws.example.com/service1/' /></eg>
<p>
will serialize the message in the URI as follow:
Received on Wednesday, 23 February 2005 18:19:01 UTC