2002/ws/desc/wsdl20 wsdl20-bindings.xml,1.68,1.69

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

Modified Files:
	wsdl20-bindings.xml 
Log Message:
{input serialization} -> {http input serialization}
Same for output
Added {http fault serialization}; the XML representation still has the mismatch
issue that I need to fix when the WG gives its go-ahead


Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** wsdl20-bindings.xml	22 Jul 2004 09:27:35 -0000	1.68
--- wsdl20-bindings.xml	22 Jul 2004 09:38:54 -0000	1.69
***************
*** 1435,1439 ****
              </item>
              <item>
!               <p>{input serialization} A string value indicating, if present, the
    value for the serialization of the HTTP Request message for this specific operation.   Its value MUST be the name of a IANA media type
    token.  If not present, the default input serialization associated with the {http method} or {http default method} property applies.  <!--Otherwise,
--- 1435,1439 ----
              </item>
              <item>
!               <p>{http input serialization} A string value indicating, if present, the
    value for the serialization of the HTTP Request message for this specific operation.   Its value MUST be the name of a IANA media type
    token.  If not present, the default input serialization associated with the {http method} or {http default method} property applies.  <!--Otherwise,
***************
*** 1442,1446 ****
              </item>
              <item>
!               <p>{output serialization} A string value indicating, if present, the
    value for the serialization of the HTTP Response message for this specific operation.  Its value MUST be the name of a IANA media type
    token.  If not present, the default output serialization associated with the {http method} or {http default method} property applies.  <!--Otherwise,
--- 1442,1446 ----
              </item>
              <item>
!               <p>{http output serialization} A string value indicating, if present, the
    value for the serialization of the HTTP Response message for this specific operation.  Its value MUST be the name of a IANA media type
    token.  If not present, the default output serialization associated with the {http method} or {http default method} property applies.  <!--Otherwise,
***************
*** 1449,1452 ****
--- 1449,1461 ----
              </item>
              <item>
+               <p>{http fault serialization} A string value indicating
+               the value for the serialization of the HTTP Response
+               message for this specific operation in case a fault is
+               returned.  Its value MUST be the name of a IANA media
+               type token.  If not present,
+               <code>application/xml</code> is used as the output
+               serialization format for faults.</p>
+             </item>
+             <item>
                <p>{http default transfer coding} A string value indicating the default transfer coding for any input or output messages.  Its value is defined by the relevent HTTP specification.  If not present, the default transfer coding associated with the binding applies. </p>
              </item>
***************
*** 1462,1465 ****
--- 1471,1475 ----
                      inputSerialization="xs:string" ?
                      outputSerialization="xs:string" /&gt; ?
+                     faultSerialization="xs:string" /&gt; ?
                      defaultTransferCoding="xs:string" /&gt; ? &gt;
    &lt;/operation&gt;
***************
*** 1551,1554 ****
--- 1561,1581 ----
                  </item>
                  <item>
+                   <p>An OPTIONAL <att>faultSerialization</att>
+                     &AII; with the
+       following Infoset properties:</p>
+                   <ulist>
+                     <item>
+                       <p>A [local name] of <att>faultSerialization</att>
+                       </p>
+                     </item>
+                     <item>
+                       <p>A [namespace name] which has no value</p>
+                     </item>
+ 		    <item>
+ 		      <p>A type of <emph>wsdls:string</emph></p>
+ 		    </item>
+                   </ulist>
+                 </item>
+                 <item>
                    <p>An OPTIONAL <att>defaultTransferCoding</att>
                      &AII; with the
***************
*** 1620,1633 ****
                </tr>
                <tr>
!                 <td rowspan="1" colspan="1">{input serialization}</td>
                  <td rowspan="1" colspan="1">The actual value of the <att>inputSerialization</att>
                    &AII;.</td>
                </tr>
                <tr>
!                 <td rowspan="1" colspan="1">{output serialization}</td>
                  <td rowspan="1" colspan="1">The actual value of the <att>outputSerialization</att>
                    &AII;.</td>
                </tr>
                <tr>
                  <td rowspan="1" colspan="1">{http default transfer coding}</td>
                  <td rowspan="1" colspan="1">The actual value of the <att>defaultTransferCoding</att>
--- 1647,1665 ----
                </tr>
                <tr>
!                 <td rowspan="1" colspan="1">{http input serialization}</td>
                  <td rowspan="1" colspan="1">The actual value of the <att>inputSerialization</att>
                    &AII;.</td>
                </tr>
                <tr>
!                 <td rowspan="1" colspan="1">{http output serialization}</td>
                  <td rowspan="1" colspan="1">The actual value of the <att>outputSerialization</att>
                    &AII;.</td>
                </tr>
                <tr>
+                 <td rowspan="1" colspan="1">{http fault serialization}</td>
+                 <td rowspan="1" colspan="1">The actual value of the <att>faultSerialization</att>
+                   &AII;.</td>
+               </tr>
+               <tr>
                  <td rowspan="1" colspan="1">{http default transfer coding}</td>
                  <td rowspan="1" colspan="1">The actual value of the <att>defaultTransferCoding</att>

Received on Thursday, 22 July 2004 05:39:01 UTC