- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Feb 2005 13:07:58 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv31771
Modified Files:
wsdl20-bindings.xml
Log Message:
Fixed issues in examples for URI serialization
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** wsdl20-bindings.xml 23 Feb 2005 18:18:58 -0000 1.144
--- wsdl20-bindings.xml 24 Feb 2005 13:07:56 -0000 1.145
***************
*** 2122,2126 ****
</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:
--- 2122,2126 ----
</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:
***************
*** 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>
Received on Thursday, 24 February 2005 13:07:58 UTC