- From: Affan Dar <affandar@microsoft.com>
- Date: Wed, 11 Apr 2001 17:40:49 -0400 (EDT)
- To: <xml-dist-app@w3.org>
It seems like a fragment of the following sample SOAP message containing
an array is incorrect.
( SOAP Spec sec 5.4.2: http://www.w3.org/TR/SOAP/#_Toc478383522 )
<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>
As I understand - 'xsd' cannot be used to qualify elements in an
instance document. It should be SOAP-ENC:string instead of xsd:string.
Thanks,
Affan
Received on Thursday, 12 April 2001 07:57:09 UTC