2002/ws/desc/wsdl20 wsdl20-extensions.xml,1.1,1.2 entities.dtd,1.12,1.13

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv19987

Modified Files:
	wsdl20-extensions.xml entities.dtd 
Log Message:
Using entities for AD module and feature URIs

Index: wsdl20-extensions.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-extensions.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wsdl20-extensions.xml	3 Aug 2004 15:05:00 -0000	1.1
--- wsdl20-extensions.xml	3 Aug 2004 16:24:16 -0000	1.2
***************
*** 590,594 ****
  <p>
  This module is identified with the URI
! 'http://www.w3.org/@@@@/@@/modules/AD'
  </p>
  
--- 590,594 ----
  <p>
  This module is identified with the URI
! '&AD-MODULE;'
  </p>
  
***************
*** 622,626 ****
  "mustUnderstand='true'" or "mustUnderstand='1'" as per the SOAP
  specification.  SOAP senders SHOULD also add an additional
! header, with namespace 'http://www.w3.org/@@@@/@@/modules/AD' and local
  name "dataHeaders" - this header contains a list of element QNames, one
  for each application data header created in the first step.
--- 622,626 ----
  "mustUnderstand='true'" or "mustUnderstand='1'" as per the SOAP
  specification.  SOAP senders SHOULD also add an additional
! header, with namespace '&AD-MODULE;' and local
  name "dataHeaders" - this header contains a list of element QNames, one
  for each application data header created in the first step.
***************
*** 655,659 ****
  <p>
  This feature-binding is identified with the URI
!   'http://www.w3.org/@@@@/@@/features/AD-HTTP'
  </p>
  
--- 655,659 ----
  <p>
  This feature-binding is identified with the URI
!   '&AD-FEATURE-HTTP;'
  </p>
  

Index: entities.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/entities.dtd,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** entities.dtd	3 Aug 2004 15:03:17 -0000	1.12
--- entities.dtd	3 Aug 2004 16:24:16 -0000	1.13
***************
*** 102,106 ****
--- 102,108 ----
  <!ENTITY MULTIPART-STYLE "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/style/multipart">
  
+ <!ENTITY AD-MODULE "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/module/AD">
  <!ENTITY AD-FEATURE "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/feature/AD">
+ <!ENTITY AD-FEATURE-HTTP "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/feature/AD-HTTP">
  <!ENTITY AD-FEATURE-DATA-P "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/feature/AD/data">
  

Received on Tuesday, 3 August 2004 12:25:27 UTC