2002/ws/desc/wsdl20 wsdl20-bindings.xml,1.92,1.93

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">&lt;operation
      whttp:location='temperature/{town}'
      whttp:method='GET' /&gt;</eg>
              <p>
  	    will serialize the message in the URI as follow:
  	  </p>
!             <eg xml:space="preserve">temperature/Fr%C3%A9jus?date=2004-01-16&amp;unit=C</eg>
            </example>
            <note>
--- 1768,1783 ----
  	    with the following <el>operation</el> element
  	  </p>
!             <eg xml:space="preserve">&lt;operation ref='t:io'
      whttp:location='temperature/{town}'
      whttp:method='GET' /&gt;</eg>
              <p>
+ 	    and the following <el>endpoint</el> element
+ 	  </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:
  	  </p>
!             <eg xml:space="preserve">http://ws.example.com/service1/temperature/Fr%C3%A9jus?date=2004-01-16&amp;unit=C</eg>
            </example>
            <note>
***************
*** 1907,1918 ****
  	    with the following <el>operation</el> element:
  	  </p>
!             <eg xml:space="preserve">&lt;operation
      whttp:inputSerialization='application/x-www-form-urlencoded'
      whttp:location='temperature/{town/}'
      whttp:method='POST' /&gt;</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">&lt;operation ref='t:io'
      whttp:inputSerialization='application/x-www-form-urlencoded'
      whttp:location='temperature/{town/}'
      whttp:method='POST' /&gt;</eg>
              <p>
+ 	    and the following <el>endpoint</el> element
+ 	  </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:
  	  </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">&lt;operation
      whttp:location='temperature'
      whttp:method='POST'
--- 2034,2038 ----
  	    with the following <el>operation</el> element
  	  </p>
!             <eg xml:space="preserve">&lt;operation ref='t:io'
      whttp:location='temperature'
      whttp:method='POST'

Received on Tuesday, 27 July 2004 04:28:55 UTC