- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Jun 2007 20:03:18 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv12953
Modified Files:
wsdl20-adjuncts.xml
Log Message:
Implemented
http://lists.w3.org/Archives/Public/www-ws-desc/2007May/0042.html
as approved in
http://lists.w3.org/Archives/Public/www-ws-desc/2007Jun/0001.html
Added a reference inside the text to RFC 3023 and part 0 while I was at it.
Didn't touch XForms and XPTR references
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.274
retrieving revision 1.275
diff -C 2 -d -r1.274 -r1.275
*** wsdl20-adjuncts.xml 22 Jun 2007 19:31:01 -0000 1.274
--- wsdl20-adjuncts.xml 22 Jun 2007 20:03:16 -0000 1.275
***************
*** 129,133 ****
<p>
! This document depends on WSDL Version 2.0 <bibref ref="WSDL-PART1"/>.
</p>
--- 129,134 ----
<p>
! This document depends on <quote>&part1.title;</quote> <bibref ref="WSDL-PART1"/>. See also the <quote>&part0.title;</quote> <bibref ref="WSDL-PART0" />
! for more information and examples.
</p>
***************
*** 2115,2121 ****
<code>parent</code>
</emph>
! is the pointer part of the <prop comp="SOAP Module">parent</prop> component, as <xspecref
! href="&w3c-designation-part1;#frag-ids">specified in WSDL
! Version 2.0 Part 1: Core Language</xspecref>.
</p>
</item>
--- 2116,2126 ----
<code>parent</code>
</emph>
! is the pointer part of the <prop comp="SOAP
! Module">parent</prop> component, as specified in
! <xspecref
! href="&w3c-designation-part1;#frag-ids">appendix A.2,
! Fragment Identifiers</xspecref> in <bibref
! ref='WSDL-PART1'/>.
! parts.
</p>
</item>
***************
*** 2406,2412 ****
<code>parent</code>
</emph>
! is the pointer part of the <prop comp="SOAP Header Block">parent</prop> component, as <xspecref
! href="&w3c-designation-part1;#frag-ids">specified in WSDL
! Version 2.0 Part 1: Core Language</xspecref>.
</p>
</item>
--- 2411,2419 ----
<code>parent</code>
</emph>
! is the "wsdl.*" pointer part of the <prop comp="SOAP Header Block">parent</prop> component, as specified in
! <xspecref
! href="&w3c-designation-part1;#frag-ids">appendix A.2,
! Fragment Identifiers</xspecref> in <bibref
! ref='WSDL-PART1'/>, i.e. without the xmlns() pointer parts.
</p>
</item>
***************
*** 2416,2420 ****
<code>element declaration</code>
</emph>
! is the value of the <prop comp="SOAP Header Block">element declaration</prop> property.
</p>
</item>
--- 2423,2429 ----
<code>element declaration</code>
</emph>
! is the value of the <prop>name</prop> of the Element Declaration
! component that is referred to by the <prop comp="SOAP Header Block">element declaration</prop> property of
! the SOAP Header Block component.
</p>
</item>
***************
*** 4637,4641 ****
<assert class="component" id="HTTPSerialization-2120" cr-id="HTTPSerialization-5075">The <code>Content-Type</code>
HTTP header MUST have the value
! <code>application/xml</code>, or a media type compatible with
<code>application/xml</code> as specified in section <specref ref="_http_ser_xml"/>.</assert>
Other HTTP headers MAY be used.
--- 4646,4650 ----
<assert class="component" id="HTTPSerialization-2120" cr-id="HTTPSerialization-5075">The <code>Content-Type</code>
HTTP header MUST have the value
! <code>application/xml</code> <bibref ref='RFC3023'/>, or a media type compatible with
<code>application/xml</code> as specified in section <specref ref="_http_ser_xml"/>.</assert>
Other HTTP headers MAY be used.
Received on Friday, 22 June 2007 20:03:23 UTC