2002/ws/desc/wsdl20 wsdl20-bindings.xml,1.143,1.144

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">&lt;operation ref='t:data'
      whttp:inputSerialization='application/x-www-form-urlencoded'
!     whttp:location='temperature/{town/}'
      whttp:method='POST' /&gt;</eg>
              <p>
--- 2279,2283 ----
              <eg xml:space="preserve">&lt;operation ref='t:data'
      whttp:inputSerialization='application/x-www-form-urlencoded'
!     whttp:location='temperature/{town}'
      whttp:method='POST' /&gt;</eg>
              <p>
***************
*** 2285,2289 ****
  	  </p>
              <eg xml:space="preserve">&lt;endpoint name='e' binding='t:b'
!     address='http://ws.example.com/service1' /&gt;</eg>
              <p>
  	    will serialize the message in the URI as follow:
--- 2285,2289 ----
  	  </p>
              <eg xml:space="preserve">&lt;endpoint name='e' binding='t:b'
!     address='http://ws.example.com/service1/' /&gt;</eg>
              <p>
  	    will serialize the message in the URI as follow:

Received on Wednesday, 23 February 2005 18:19:01 UTC