Issue: Typo in example in SOAP/1.1 section 5.4.2

I was notified of the following typo in a SOAP/1.1 example:

It seems like a fragment of the following sample SOAP message in section
5.4.2 [1] containing an array is incorrect. It should be SOAP-ENC:string
instead of xsd:string.

<SOAP-ENC:Array SOAP-ENC:arrayType="xsd:ur-type[4]">
   <SOAP-ENC:int>12345</SOAP-ENC:int>
   <SOAP-ENC:decimal>6.789</SOAP-ENC:decimal>
   <xsd:string>
      Of Mans First Disobedience, and the Fruit
      Of that Forbidden Tree, whose mortal tast
      Brought Death into the World, and all our woe,
   </xsd:string>
   <SOAP-ENC:uriReference>
      http://www.dartmouth.edu/~milton/reading_room/
   </SOAP-ENC:uriReference > 
</SOAP-ENC:Array>

Henrik

[1] http://www.w3.org/TR/SOAP/#_Toc478383522

Received on Saturday, 21 April 2001 17:11:28 UTC