[jbossws-dev] [Design of JBoss Web Services] - Re: Text nodes in SOAP messages

thomas.diesler@jboss.com do-not-reply at jboss.com
Wed Feb 7 03:07:45 EST 2007


The SOAP-1.2 spec is clear aout text in body and bodyElement

http://www.w3.org/TR/soap12-part1/#soapbody

anonymous wrote : 
  | 5.3 SOAP Body
  | 
  | A SOAP body provides a mechanism for transmitting information to an ultimate SOAP receiver (see 2.5 Structure and Interpretation of SOAP Bodies).
  | 
  | The Body element information item has:
  | 
  |     *  A [local name] of Body .
  |     *  A [namespace name] of "http://www.w3.org/2003/05/soap-envelope".
  |     *  Zero or more namespace qualified attribute information items in its [attributes] property.
  |     *  Zero or more namespace qualified element information items in its [children] property.
  | 
  | The Body element information item MAY have any number of character information item children whose character code is amongst the white space characters as defined by XML 1.0 [XML 1.0]. These are considered significant.
  | 

anonymous wrote : 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012303#4012303

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012303



More information about the jbossws-dev mailing list