roshan      2003/06/27 22:18:21

  Modified:    c/src/soap HeaderBlock.h
  Log:
  committing c++ code base
  
  Revision  Changes    Path
  1.3       +10 -10    xml-axis/c/src/soap/HeaderBlock.h
  
  Index: HeaderBlock.h
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/soap/HeaderBlock.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HeaderBlock.h     27 Jun 2003 05:58:53 -0000      1.2
  +++ HeaderBlock.h     28 Jun 2003 05:18:21 -0000      1.3
  @@ -85,16 +85,16 @@
    *
    *   Each child element information item of the SOAP Header is called a SOAP header 
block.
    *  Each SOAP header block element information item:
  - *   1) MUST have a [namespace name] property which has a value, that is the name 
of the 
  - *      element MUST be namespace qualified.
  - *   2) MAY have any number of character information item children. Child character 
  -        information items whose character code is amongst the white space 
characters 
  -             as defined by XML 1.0 [XML 1.0] are considered significant.
  - *   3) MAY have any number of element information item children. Such element 
information 
  - *      items MAY be namespace qualified.
  - *   4) MAY have zero or more attribute information items in its [attributes] 
property. Among 
  - *      these MAY be any or all of the following, which have special significance 
for SOAP 
  - *      processing:
  + *           - MUST have a [namespace name] property which has a value, that is the 
name of the 
  + *             element MUST be namespace qualified.
  + *           - MAY have any number of character information item children. Child 
character 
  + *             information items whose character code is amongst the white space 
characters 
  + *             as defined by XML 1.0 [XML 1.0] are considered significant.
  + *           - MAY have any number of element information item children. Such 
element information 
  + *             items MAY be namespace qualified.
  + *           - MAY have zero or more attribute information items in its 
[attributes] property. Among 
  + *             these MAY be any or all of the following, which have special 
significance for SOAP 
  + *             processing:
    *                   - encodingStyle attribute information item 
    *                   - role attribute information item 
    *                   - mustUnderstand attribute information item     
  
  
  

Reply via email to