2002/ws/desc/wsdl20 wsdl20-adjuncts.xml,1.99,1.100

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

Modified Files:
	wsdl20-adjuncts.xml 
Log Message:
LC317


Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -d -r1.99 -r1.100
*** wsdl20-adjuncts.xml	23 Sep 2005 05:43:21 -0000	1.99
--- wsdl20-adjuncts.xml	23 Sep 2005 06:04:12 -0000	1.100
***************
*** 3361,3370 ****
                    &AII;, if present; otherwise, the default value as
  		defined in <specref ref="_http_binding_default_rules"/>, computed based on the
!                 value of the <prop comp="Binding Operation">http method</prop> property.</td>
                </tr>
                <tr>
                  <td rowspan="1" colspan="1"><prop comp="Binding Operation">http fault serialization</prop></td>
                  <td rowspan="1" colspan="1">The actual value of the <att>whttp:faultSerialization</att>
!                   &AII;, if present; otherwise <attval>application/xml</attval>.</td>
                </tr>
                <tr>
--- 3361,3385 ----
                    &AII;, if present; otherwise, the default value as
  		defined in <specref ref="_http_binding_default_rules"/>, computed based on the
!                 value of the <prop comp="Binding Operation">http
! 		method</prop> property.
! 		It is an ERROR for this property
! 		to have the value
! 		<attval>application/x-www-form-urlencoded</attval> (see
! 		section <specref ref="_http_x-www-form-urlencoded"/>) or
! 		<attval>multipart/form-data</attval> (see
! 		section <specref ref="_http_operation_multipart_encoding"/>).
! 		</td>
                </tr>
                <tr>
                  <td rowspan="1" colspan="1"><prop comp="Binding Operation">http fault serialization</prop></td>
                  <td rowspan="1" colspan="1">The actual value of the <att>whttp:faultSerialization</att>
!                   &AII;, if present; otherwise
! 		  <attval>application/xml</attval>.
! 		  It is an ERROR for this property
! 		  to have the value <attval>application/x-www-form-urlencoded</attval> (see
! 		  section <specref ref="_http_x-www-form-urlencoded"/>) or
! 		<attval>multipart/form-data</attval> (see
! 		section <specref ref="_http_operation_multipart_encoding"/>).
! 		</td>
                </tr>
                <tr>
***************
*** 3738,3751 ****
            </head>
            <p>
! 	  This serialization format is designed to allow a Web service
! 	  to produce a IRI based on the <termref def="instance_data">instance data</termref> of input
! 	  messages.	  
! 	  It may only be used for interface operation using the IRI
! 	  Style format as defined in <specref ref="_operation_iri_style"/>.
! 	  Because the IRI Style constrains the instance data not to
  	  contain multiple children elements declared with the same
! 	  local name, elements can be serialized in
! 	  the request IRI with their local names unambiguously.
! 	</p>
            <p>
  	  Elements from the instance data can be inserted into
--- 3753,3787 ----
            </head>
            <p>
! 	  This serialization format is designed to allow a client or
! 	  Web service to produce an IRI based on the <termref
! 	  def="instance_data">instance data</termref> of a message.
! 	  It may only be used when binding <comp>Interface
! 	  Operation</comp> whose <prop comp="Interface
! 	  Operation">style</prop> property has a value of
! 	  <attval>&IRI-STYLE;</attval> as defined in <specref
! 	  ref="_operation_iri_style"/>, i.e. this serialization format
! 	  may only be used to serialize the initial message of an
! 	  interface operation.
! 	  </p>
! 
! 	  <p>
! 	    Specifically, for the HTTP binding defined in this section
! 	    (<specref ref="http-binding"/>),
! 	    <attval>application/x-www-form-urlencoded</attval> MAY be
! 	    used as a value for the <prop comp="Binding
! 	    Operation">http input serialization</prop> property of the
! 	    <comp>Binding Operation</comp> component, but MUST NOT be
! 	    used as a value as a value for the <prop comp="Binding
! 	    Operation">http output serialization</prop> or <prop
! 	    comp="Binding Operation">http fault serialization</prop>
! 	    properties.
! 	  </p>
! 
! 	  <p>Because the IRI Style constrains the instance data not to
  	  contain multiple children elements declared with the same
! 	  local name, elements can be serialized in the request IRI
! 	  with their local names unambiguously.
! 	  </p>
! 
            <p>
  	  Elements from the instance data can be inserted into
***************
*** 3992,4002 ****
            <head>Serialization as <attval>multipart/form-data</attval>
            </head>
            <p>
  	  This format is for legacy compatibility to permit the use of
! 	  XForms clients with <bibref ref="RFC2388"/> servers. 
! 	  This serialization format may only be used for interface
! 	  operations using the Multipart Style format as defined in
! 	  <specref ref="_operation_multipart_style"/>.
! 	</p>
            <p>
  	  Each element in the sequence is serialized into a part as
--- 4028,4057 ----
            <head>Serialization as <attval>multipart/form-data</attval>
            </head>
+ 
            <p>
  	  This format is for legacy compatibility to permit the use of
! 	  XForms clients with <bibref ref="RFC2388"/> servers.  This
! 	  serialization format may only be used when binding
! 	  <comp>Interface Operation</comp> whose <prop comp="Interface
! 	  Operation">style</prop> property has a value of
! 	  <attval>&MULTIPART-STYLE;</attval> as defined in <specref
! 	  ref="_operation_multipart_style"/>, i.e. this serialization
! 	  format may only be used to serialize the initial message of
! 	  an interface operation.
! 	  </p>
! 
! 	  <p>
! 	    Specifically, for the HTTP binding defined in this section
! 	    (<specref ref="http-binding"/>),
! 	    <attval>multipart/form-data</attval> MAY be
! 	    used as a value for the <prop comp="Binding
! 	    Operation">http input serialization</prop> property of the
! 	    <comp>Binding Operation</comp> component, but MUST NOT be
! 	    used as a value as a value for the <prop comp="Binding
! 	    Operation">http output serialization</prop> or <prop
! 	    comp="Binding Operation">http fault serialization</prop>
! 	    properties.
! 	  </p>
! 
            <p>
  	  Each element in the sequence is serialized into a part as
***************
*** 4744,4747 ****
--- 4799,4811 ----
  	      <td>HH</td>
  	      <td><loc
+ 	      href="http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC317">LC317</loc>:
+ 	      clarified applicability of application/x-www-url-encoded
+ 	      and multipart/form-data
+ 	      </td>
+ 	    </tr>
+             <tr>
+ 	      <td>20050923</td>
+ 	      <td>HH</td>
+ 	      <td><loc
  	      href="http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC314">LC314</loc>:
  	      completed introduction

Received on Friday, 23 September 2005 06:04:21 UTC