- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Feb 2007 16:57:54 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv18036
Modified Files:
wsdl20-adjuncts.xml
Log Message:
Implemented Resolution of CR112
http://lists.w3.org/Archives/Public/www-ws-desc/2007Feb/0100.html
http://lists.w3.org/Archives/Public/www-ws-desc/2007Feb/0106.html
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.232
retrieving revision 1.233
diff -C 2 -d -r1.232 -r1.233
*** wsdl20-adjuncts.xml 15 Feb 2007 16:53:46 -0000 1.232
--- wsdl20-adjuncts.xml 15 Feb 2007 16:57:52 -0000 1.233
***************
*** 2634,2645 ****
exchange patterns defined in section <specref ref='meps'/>.</p>
- <p>When the SOAP Message Exchange Pattern is the SOAP 1.2 Response
- MEP and the underlying protocol is HTTP, the <comp>Binding Operation</comp> may use the
- <prop comp="Binding Operation">http location</prop> property
- defined in section <specref ref="http-operation-decl"/>. When this
- property is present on the <comp>Binding Operation</comp> component, the <comp>Endpoint</comp> component also follows the
- rules for constructing the address from the <prop comp="Endpoint">address</prop>
- property and the <prop comp="Binding Operation">http location</prop> property values.</p>
- <p></p>
</div3>
--- 2634,2637 ----
***************
*** 2715,2735 ****
<attval>GET</attval>.</assert></p></item>
- <item><p><emph>HTTP IRI Generation.</emph> This default
- binding rule is applicable when the value of the
- <prop comp="Binding">soap underlying protocol</prop>
- property of the <comp>Binding</comp> component is
- <attval>&soap12-http-uri;</attval>. <assert class="component" id="SOAPHTTPGeneration-5055">If
- the SOAP MEP selected is
- <attval>&soap12-soap-response-mep-uri;</attval>
- then the value of the SOAP
- <attval>&soap12-mep;ImmediateDestination</attval> property MUST be
- generated using the HTTP binding extension's rules for generating an
- IRI for HTTP GET (see <specref ref="_http_location_template"/>).</assert> The
- input serialization format of
- <code>application/x-www-form-urlencoded</code> is the only supported
- serialization format for HTTP GET in the SOAP Response
- Message Exchange Pattern.</p>
- </item>
-
</ulist>
--- 2707,2710 ----
***************
*** 2759,2766 ****
<p>The SOAP <attval>&soap12-mep;ImmediateDestination</attval>
! property takes the value of the WSDL <prop
! comp="Endpoint">address</prop> property, modified
! by the <prop comp="Binding Operation">http location</prop>
! property following the rules described in section <specref ref="_http_location_template"/>.</p>
<p>The WSDL <attval>In</attval> message is mapped to the SOAP
--- 2734,2739 ----
<p>The SOAP <attval>&soap12-mep;ImmediateDestination</attval>
! property takes the value of the HTTP Request IRI, as defined in <specref ref='_http_request_iri_'/>, and modified
! as described in section <specref ref="_http_location_template"/>.</p>
<p>The WSDL <attval>In</attval> message is mapped to the SOAP
***************
*** 2804,2811 ****
<p>The SOAP <attval>&soap12-mep;ImmediateDestination</attval>
! property takes the value of the WSDL <prop
! comp="Endpoint">address</prop> property, modified
! by the <prop comp="Binding Operation">http location</prop>
! property following the rules described in section <specref ref="_http_location_template"/>.</p>
<p>The WSDL <attval>In</attval> message is mapped to the destination URI, as per the
--- 2777,2782 ----
<p>The SOAP <attval>&soap12-mep;ImmediateDestination</attval>
! property takes the value of the HTTP Request IRI, as defined in <specref ref='_http_request_iri_'/>, and modified
! as described in section <specref ref="_http_location_template"/>.</p>
<p>The WSDL <attval>In</attval> message is mapped to the destination URI, as per the
***************
*** 2859,2866 ****
<p>The SOAP <attval>&soap12-mep;ImmediateDestination</attval>
! property takes the value of the WSDL <prop
! comp="Endpoint">address</prop> property, modified
! by the <prop comp="Binding Operation">http location</prop>
! property following the rules described in section <specref ref="_http_location_template"/>.</p>
<p>The WSDL <attval>In</attval> message is mapped to the SOAP
--- 2830,2835 ----
<p>The SOAP <attval>&soap12-mep;ImmediateDestination</attval>
! property takes the value of the HTTP Request IRI, as defined in <specref ref='_http_request_iri_'/>, and modified
! as described in section <specref ref="_http_location_template"/>.</p>
<p>The WSDL <attval>In</attval> message is mapped to the SOAP
***************
*** 2903,2911 ****
takes the value <attval>RequestingSOAPNode</attval>.</p>
! <p>The SOAP <attval>&soap12-mep;ImmediateDestination</attval>
! property takes the value of the WSDL <prop
! comp="Endpoint">address</prop> property, modified
! by the <prop comp="Binding Operation">http location</prop>
! property following the rules described in section <specref ref="_http_location_template"/>.</p>
<p>The WSDL <attval>In</attval> message is mapped to the SOAP
--- 2872,2881 ----
takes the value <attval>RequestingSOAPNode</attval>.</p>
! <p>The SOAP
! <attval>&soap12-mep;ImmediateDestination</attval> property
! takes the value of the HTTP Request IRI, as defined in
! <specref ref='_http_request_iri_'/>, and modified as
! described in section <specref
! ref="_http_location_template"/>.</p>
<p>The WSDL <attval>In</attval> message is mapped to the SOAP
***************
*** 3420,3423 ****
--- 3390,3434 ----
</div3>
+
+ <div3 id='_http_request_iri_'>
+ <head>HTTP Request IRI</head>
+ <p>
+ <assert class="component" id="HTTPBindingOperation-2605002">
+
+ When formulating the HTTP Request, the HTTP Request IRI
+ is an absolute IRI reference and is the value of the
+ <prop comp="Binding Operation">http location</prop>
+ property of the <comp>Binding Operation</comp>
+ component, resolved using the value of the <prop
+ comp="Endpoint">address</prop> property of the
+ <comp>Endpoint</comp> component (see section 5 of
+ <bibref ref="RFC3986"/>).</assert> If the <prop
+ comp="Binding Operation">http location</prop> property
+ is bsent, the HTTP Request IRI is the value of the <prop
+ comp="Endpoint">address</prop> property of the
+ <comp>Endpoint</comp> component.
+
+ Input serializations may define additional processing
+ rules to be applied to the value of <prop comp="Binding
+ Operation">http location</prop> before applying the
+ process of reference resolution, ie before combining it
+ with the <prop comp="Endpoint">address</prop> property
+ of the endpoint element to form the HTTP Request
+ IRI. For example, the three serialization formats
+ defined in section <specref ref='_http_serialization'/>
+ define a syntax to use the <prop comp="Binding
+ Operation">http location</prop> as a template using
+ elements of the instance data.
+ </p>
+ <p>If the resulting IRI uses the <code>https</code>
+ scheme, then HTTP over TLS <bibref ref="RFC2818"/> is
+ used to send the HTTP request.</p>
+ <p>
+ The HTTP Request IRI identifies the resource upon
+ which to apply the request and is transmitted using
+ the Request-URI, and optionally the Host header field,
+ as defined in <bibref ref="RFC2616"/>.
+ </p>
+ </div3>
</div2>
***************
*** 3475,3505 ****
<item>
<p><propdef comp="Binding Operation">http location</propdef> OPTIONAL. An <emph>xs:anyURI</emph>,
! to the <comp>Binding Operation</comp> component.
!
<assert class="component" id="HTTPBindingOperation-5066">
It MUST contain an IRI reference and MUST NOT include
! a fragment identifier component.</assert>
! <assert class="component" id="HTTPBindingOperation-2605002">
! If this IRI is a relative reference, the value of the
! <prop comp="Endpoint">address</prop> property of the <comp>Endpoint</comp>
! component is used as a base URI to resolve it, as defined
! in section 5 of <bibref ref="RFC3986"/>.</assert>
! As a consequence, if this IRI is an absolute IRI,
! the <prop comp="Endpoint">address</prop> property of the <comp>Endpoint</comp>
! component is ignored.
!
! Input serializations may define additional
! processing rules to be applied to the value of
! <prop comp="Binding Operation">http location</prop> before combining it with the
! <prop comp="Endpoint">address</prop> property of the endpoint element to
! form the HTTP request IRI. For example, the three
! serialization formats defined
! in section <specref ref='_http_serialization'/>
! define a syntax to use the <prop comp="Binding Operation">http location</prop> as a
! template using elements of the instance data.
! </p>
! <p>If the resulting IRI uses the <code>https</code>
! scheme, then HTTP over TLS <bibref ref="RFC2818"/> is
! used to send the HTTP request.</p>
</item>
<item>
--- 3486,3493 ----
<item>
<p><propdef comp="Binding Operation">http location</propdef> OPTIONAL. An <emph>xs:anyURI</emph>,
! to the <comp>Binding Operation</comp> component.
<assert class="component" id="HTTPBindingOperation-5066">
It MUST contain an IRI reference and MUST NOT include
! a fragment identifier component.</assert></p>
</item>
<item>
***************
*** 4977,4981 ****
<comp>Binding Fault</comp>
component MAY indicate which
! transfer codings, as defined in section 3.6 of <bibref
ref="RFC2616"/>, are available for this particular
message.</p>
--- 4965,4969 ----
<comp>Binding Fault</comp>
component MAY indicate which
! content codings, as defined in section 3.5 of <bibref
ref="RFC2616"/>, are available for this particular
message.</p>
***************
*** 5018,5022 ****
content codings available for this <comp>Binding Message Reference</comp> component.
If this property does not have a value, the value of the
! <prop comp="Binding Operation">http transfer coding default</prop> property of the parent
<comp>Binding Operation</comp> component is used instead. If that itself has no value,
the value from the <comp>Binding Operation</comp> component's parent <comp>Binding</comp>
--- 5006,5010 ----
content codings available for this <comp>Binding Message Reference</comp> component.
If this property does not have a value, the value of the
! <prop comp="Binding Operation">http content coding default</prop> property of the parent
<comp>Binding Operation</comp> component is used instead. If that itself has no value,
the value from the <comp>Binding Operation</comp> component's parent <comp>Binding</comp>
Received on Thursday, 15 February 2007 16:57:59 UTC