2002/ws/desc/wsdl20 wsdl20-bindings.xml,1.74,1.75

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv28963

Modified Files:
	wsdl20-bindings.xml 
Log Message:
Issues 249:
- Prefixed attributes instead of introducing EIIs
- Completely reorganized the HTTP binding to have a functional presentation,
  like the SOAP binding, rather than a purely syntactical [hopefully, I didn't
  break anything moving stuff around]
Issue 166:
- Clarified what gets serialized for a fault it the default binding rules
Removed MIME references: we don't have a binding to MIME
Cleaned up bibliography (what was HTML 4.01 doing there?)
Fixed some XMLspec typos


Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** wsdl20-bindings.xml	23 Jul 2004 05:45:51 -0000	1.74
--- wsdl20-bindings.xml	23 Jul 2004 09:20:26 -0000	1.75
***************
*** 65,70 ****
  	document-oriented or procedure-oriented information. WSDL
  	Version 2.0 Bindings describes how to use WSDL in conjunction
! 	with SOAP 1.2 <bibref ref="SOAP12-PART1"/>, HTTP/1.1 GET/POST
! 	<bibref ref="RFC2616"/>, and MIME <bibref ref="RFC2045"/>.  This
  	specification depends on WSDL Version 2.0 <bibref ref="WSDL-PART1"/>.
        </p>
--- 65,70 ----
  	document-oriented or procedure-oriented information. WSDL
  	Version 2.0 Bindings describes how to use WSDL in conjunction
! 	with SOAP 1.2 <bibref ref="SOAP12-PART1"/>, HTTP/1.1
[...1620 lines suppressed...]
+ 		      P. Hallam-Baker, J. Hostetler, S. Lawrence,
+ 		      P. Leach, A. Luotonen, L. Stewart, June
+ 	    1999. Available at http://www.ietf.org/rfc/rfc2616.txt.
+ 	  </bibl>
            <bibl id="RFC2818" key="IETF RFC 2818" href="http://www.ietf.org/rfc/rfc2818.txt" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest">
              <titleref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest">HTTP Over TLS</titleref>,
***************
*** 2566,2569 ****
--- 2689,2699 ----
  -->
  <tr>
+  <td>20040723</td>
+  <td>HH</td>
+  <td>Addressed 249: major reorganization of the HTTP binding to be
+  presented in a functional way like the SOAP binding rather than in a
+  syntactical way.</td>
+ </tr>
+ <tr>
   <td>20040722</td>
   <td>SW</td>

Received on Friday, 23 July 2004 05:20:29 UTC