- From: Hugo Haas <hugo@dev.w3.org>
- Date: Tue, 27 Jul 2004 08:28:38 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv15813
Modified Files:
wsdl20-bindings.xml
Log Message:
Improved example 3-1 and 3-2
Made example 3-* valid
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** wsdl20-bindings.xml 27 Jul 2004 08:21:52 -0000 1.92
--- wsdl20-bindings.xml 27 Jul 2004 08:28:36 -0000 1.93
***************
*** 1768,1778 ****
with the following <el>operation</el> element
</p>
! <eg xml:space="preserve"><operation
whttp:location='temperature/{town}'
whttp:method='GET' /></eg>
<p>
will serialize the message in the URI as follow:
</p>
! <eg xml:space="preserve">temperature/Fr%C3%A9jus?date=2004-01-16&unit=C</eg>
</example>
<note>
--- 1768,1783 ----
with the following <el>operation</el> element
</p>
! <eg xml:space="preserve"><operation ref='t:io'
whttp:location='temperature/{town}'
whttp:method='GET' /></eg>
<p>
+ and the following <el>endpoint</el> element
+ </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:
</p>
! <eg xml:space="preserve">http://ws.example.com/service1/temperature/Fr%C3%A9jus?date=2004-01-16&unit=C</eg>
</example>
<note>
***************
*** 1907,1918 ****
with the following <el>operation</el> element:
</p>
! <eg xml:space="preserve"><operation
whttp:inputSerialization='application/x-www-form-urlencoded'
whttp:location='temperature/{town/}'
whttp:method='POST' /></eg>
<p>
will serialize the message in the URI as follow:
</p>
! <eg xml:space="preserve">temperature/Fr%C3%A9jus</eg>
<p>
and in the message as follow:
--- 1912,1928 ----
with the following <el>operation</el> element:
</p>
! <eg xml:space="preserve"><operation ref='t:io'
whttp:inputSerialization='application/x-www-form-urlencoded'
whttp:location='temperature/{town/}'
whttp:method='POST' /></eg>
<p>
+ and the following <el>endpoint</el> element
+ </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:
</p>
! <eg xml:space="preserve">http://ws.example.com/service1/temperature/Fr%C3%A9jus</eg>
<p>
and in the message as follow:
***************
*** 2024,2028 ****
with the following <el>operation</el> element
</p>
! <eg xml:space="preserve"><operation
whttp:location='temperature'
whttp:method='POST'
--- 2034,2038 ----
with the following <el>operation</el> element
</p>
! <eg xml:space="preserve"><operation ref='t:io'
whttp:location='temperature'
whttp:method='POST'
Received on Tuesday, 27 July 2004 04:28:55 UTC