Correction to Example 34

Example 34 of SOAP Version 1.2 at
http://www.w3.org/TR/2001/WD-soap12-20010709/ 

The following is an example of a schema fragment and an array of phone
numbers embedded in a struct of type "Person" and accessed through the
accessor "phone-numbers":
...

<xs:element name="Person"> 
   <xs:complexType> 
      <xs:sequence>
         <xs:element name="name" type="xs:string" />
         <xs:element name="phoneNumbers" type="tns:ArrayOfPhoneNumbersType"
/>
      </xs:sequence>
   </xs:complexType>
</xs:element>

It would appear that the accessor is "phoneNumbers" and not "phone-numbers".

Jeffrey Kraus-Yao, MCSD
IS Systems Development Services Senior
State of Wisconsin

Received on Monday, 20 August 2001 06:20:25 UTC