2002/ws/desc/wsdl20 Makefile.adjuncts,NONE,1.1 wsdl20-adjuncts.xml,NONE,1.1 wsdl20-adjuncts.html,NONE,1.1 entities.dtd,1.20,1.21 entitiesedcopy.dtd,1.3,1.4 entitieswd.dtd,1.10,1.11 Makefile,1.11,1.12

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

Modified Files:
	entities.dtd entitiesedcopy.dtd entitieswd.dtd Makefile 
Added Files:
	Makefile.adjuncts wsdl20-adjuncts.xml wsdl20-adjuncts.html 
Log Message:
Merged Part 2 and Part 3


--- NEW FILE: wsdl20-adjuncts.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org" />
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8" />
<title>Web Services Description Language (WSDL) Version 2.0 Part 2:
Adjuncts</title>

<style type="text/css">
/*<![CDATA[*/
code           { font-family: monospace; }

div.constraint,
div.issue,
div.note,
div.notice     { margin-left: 2em; }
[...4781 lines suppressed...]
to Part1 for a longer introduction</td>
</tr>
<tr>
<td rowspan="1" colspan="1">20020221</td>
<td rowspan="1" colspan="1">JJM</td>
<td rowspan="1" colspan="1">Renamed to "Part 2: Bindings"</td>
</tr>
<tr>
<td rowspan="1" colspan="1">20020221</td>
<td rowspan="1" colspan="1">JJM</td>
<td rowspan="1" colspan="1">Created from
http://www.w3.org/TR/2001/NOTE-wsdl-20010315</td>
</tr>
</tbody>
</table>
<br /></div>
</div>
</div>
</body>
</html>

Index: entitieswd.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/entitieswd.dtd,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** entitieswd.dtd	31 Dec 2004 22:03:03 -0000	1.10
--- entitieswd.dtd	16 Mar 2005 15:00:25 -0000	1.11
***************
*** 21,26 ****
  <!ENTITY part0.prefix "wsdl20-primer">
  <!ENTITY part1.prefix "wsdl20">
! <!ENTITY part2.prefix "wsdl20-extensions">
! <!ENTITY part3.prefix "wsdl20-bindings">
  <!ENTITY soap11binding.prefix "wsdl20-soap11-binding">
  <!ENTITY reqs.prefix "ws-desc-reqs">
--- 21,25 ----
  <!ENTITY part0.prefix "wsdl20-primer">
  <!ENTITY part1.prefix "wsdl20">
! <!ENTITY part2.prefix "wsdl20-adjuncts">
  <!ENTITY soap11binding.prefix "wsdl20-soap11-binding">
  <!ENTITY reqs.prefix "ws-desc-reqs">

--- NEW FILE: wsdl20-adjuncts.xml ---
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: wsdl20-adjuncts.xml,v 1.1 2005/03/16 15:00:25 hugo Exp $ -->
<?xml-stylesheet type='text/xsl' href='xmlspec-wsdl.xsl'?>
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd"[
<!ENTITY % entities SYSTEM "entities.dtd" >
<!ENTITY prefix "wsdl20-bindings">
%entities;
<!ENTITY document.status "Editors' copy $Date: 2005/03/16 15:00:25 $">
<!ENTITY status SYSTEM "status.xml">
<!ENTITY % properties-refs SYSTEM "properties.dtd">
%properties-refs;
<!--<!ENTITY prevloc "http://www.w3.org/TR/2003/WD-wsdl12-bindings-20030611">-->
]>
<spec w3c-doctype="wd" role="&document.role;">
  <header>
    <title>&part2.title;</title>
    <w3c-designation>&w3c-designation-part2;</w3c-designation>
    <w3c-doctype>&document.status;</w3c-doctype>
    <pubdate>
[...4462 lines suppressed...]
              <td rowspan="1" colspan="1">20020221</td>
              <td rowspan="1" colspan="1">JJM</td>
              <td rowspan="1" colspan="1">Simplified the introduction; referred to Part1 for a longer introduction</td>
            </tr>
            <tr>
              <td rowspan="1" colspan="1">20020221</td>
              <td rowspan="1" colspan="1">JJM</td>
              <td rowspan="1" colspan="1">Renamed to "Part 2: Bindings"</td>
            </tr>
            <tr>
              <td rowspan="1" colspan="1">20020221</td>
              <td rowspan="1" colspan="1">JJM</td>
              <td rowspan="1" colspan="1">Created from http://www.w3.org/TR/2001/NOTE-wsdl-20010315</td>
            </tr>
          </tbody>
        </table>
      </div2>
    </inform-div1>
  </back>
</spec>

Index: Makefile
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile	16 Dec 2004 16:51:13 -0000	1.11
--- Makefile	16 Mar 2005 15:00:25 -0000	1.12
***************
*** 1,5 ****
  PART1=Makefile.core
! PART2=Makefile.extensions
! PART3=Makefile.bindings
  PRIMER=Makefile.primer
  SOAP11BINDING=Makefile.soap11-binding
--- 1,4 ----
  PART1=Makefile.core
! PART2=Makefile.adjuncts
  PRIMER=Makefile.primer
  SOAP11BINDING=Makefile.soap11-binding
***************
*** 10,19 ****
  	echo "make {draft}: builds {draft}, where {draft} is one of:";\
  	echo "	core / part1";\
! 	echo "	extensions / part2";\
! 	echo "	bindings / part3";\
  	echo "  soap11-binding";\
  	echo "  primer"
  
! all: part1 part2 part3 soap11-binding primer
  
  core: part1
--- 9,17 ----
  	echo "make {draft}: builds {draft}, where {draft} is one of:";\
  	echo "	core / part1";\
! 	echo "	adjuncts / part2";\
  	echo "  soap11-binding";\
  	echo "  primer"
  
! all: part1 part2 soap11-binding primer
  
  core: part1
***************
*** 21,32 ****
  	make -f $(PART1)
  
! extensions: part2
  part2:
  	make -f $(PART2)
  
- bindings: part3
- part3:
- 	make -f $(PART3)
- 
  soap11-binding: 
  	make -f $(SOAP11BINDING)
--- 19,26 ----
  	make -f $(PART1)
  
! adjuncts: part2
  part2:
  	make -f $(PART2)
  
  soap11-binding: 
  	make -f $(SOAP11BINDING)
***************
*** 36,40 ****
  
  clean:
! 	@for m in $(PART1) $(PART2) $(PART3) $(SOAP11BINDING); do\
  	make -f $$m clean; done
  
--- 30,34 ----
  
  clean:
! 	@for m in $(PART1) $(PART2) $(SOAP11BINDING); do\
  	make -f $$m clean; done
  
***************
*** 45,47 ****
  	rm dtdtmp
  
! .PHONY: default all part1 part2 part3 core extensions bindings soap11-binding clean
--- 39,41 ----
  	rm dtdtmp
  
! .PHONY: default all part1 part2 core adjuncts soap11-binding primer clean

Index: entities.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/entities.dtd,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** entities.dtd	21 Jan 2005 01:02:22 -0000	1.20
--- entities.dtd	16 Mar 2005 15:00:25 -0000	1.21
***************
*** 14,19 ****
  <!-- Titles -->
  <!ENTITY part1.title "Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language">
! <!ENTITY part2.title "Web Services Description Language (WSDL) Version 2.0 Part 2: Predefined Extensions">
! <!ENTITY part3.title "Web Services Description Language (WSDL) Version 2.0 Part 3: Bindings">
  <!ENTITY soap11binding.title "Web Services Description Language (WSDL) Version 2.0 SOAP 1.1 Binding">
  
--- 14,18 ----
  <!-- Titles -->
  <!ENTITY part1.title "Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language">
! <!ENTITY part2.title "Web Services Description Language (WSDL) Version 2.0 Part 2: Adjuncts">
  <!ENTITY soap11binding.title "Web Services Description Language (WSDL) Version 2.0 SOAP 1.1 Binding">
  

--- NEW FILE: Makefile.adjuncts ---
# -*-makefile-*-
PREFIX=wsdl20-adjuncts

SCHEMAS= \
wsdl20-soap.xsd \
wsdl20-http.xsd

FILES=\
properties.dtd \
status.xml \
status-bindings.xml \
prevwgmb.txt \
wgmb.txt \
xmlspec.dtd \
entitiesedcopy.dtd \
entitieswd.dtd \
entities.dtd \
xmlspec.xsl \
xmlspec-wsdl.xsl

include Makefile.base

Index: entitiesedcopy.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/entitiesedcopy.dtd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** entitiesedcopy.dtd	26 Aug 2004 22:41:56 -0000	1.3
--- entitiesedcopy.dtd	16 Mar 2005 15:00:25 -0000	1.4
***************
*** 18,23 ****
  <!ENTITY part0.prefix "wsdl20-primer">
  <!ENTITY part1.prefix "wsdl20">
! <!ENTITY part2.prefix "wsdl20-extensions">
! <!ENTITY part3.prefix "wsdl20-bindings">
  <!ENTITY soap11binding.prefix "wsdl20-soap11-binding">
  <!ENTITY reqs.prefix  "ws-desc-reqs">
--- 18,22 ----
  <!ENTITY part0.prefix "wsdl20-primer">
  <!ENTITY part1.prefix "wsdl20">
! <!ENTITY part2.prefix "wsdl20-adjuncts">
  <!ENTITY soap11binding.prefix "wsdl20-soap11-binding">
  <!ENTITY reqs.prefix  "ws-desc-reqs">

Received on Wednesday, 16 March 2005 15:00:28 UTC