Re: Clarification on use of encodingStyle attribute

+1.  I would also claim the encoded graph below contains one single root.

Jean-Jacques.

Jacek Kopecky wrote:

>  My interpretation is that the first four examples each contain
> two serialization roots in SOAP Encoding, while the last (fifth)
> has one serialization root.

<env:Header>
   <n:e1 env:encodingStyle="http://jjmoreau.net/my-own-soap-encoding">
        <n:target id="targ">somestring</n:target>
  </n:e1>
  ...maybe some other headers here...
   <m:e2 env:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
        <m:link ref="targ"/>
  </m:e2>
</env:Header>

Received on Tuesday, 26 March 2002 09:56:33 UTC