|
<!-- excerpts from
/axis-1_4/test/wsdl/arrays/ArrayTest.wsdl -->
<!-- An example of an array of Strings
-->
<xsd:complexType
name="petArray">
<xsd:complexContent> <xsd:restriction base="soapenc:Array"> <xsd:sequence> <xsd:element name="alias" type="xsd:string" maxOccurs="unbounded"/> </xsd:sequence> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <!---- An example of an Array of ints
---------->\
<xsd:complexType name="intArray"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> <xsd:sequence> <xsd:element name="alias" type="xsd:int" maxOccurs="unbounded"/> </xsd:sequence> </xsd:restriction> </xsd:complexContent> </xsd:complexType> HTH,
M-
*********************************************************************
This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you.
|
- Axis array serialization problem HHDirecto . Net
- Re: Axis array serialization problem Martin Gainty
- Re: Axis array serialization problem Anne Thomas Manes
- Re: Fw: Axis array serialization problem HHDirecto . Net
- Re: Fw: Axis array serialization problem Anne Thomas Manes
- Re: Fw: Axis array serialization problem HHDirecto . Net
- Re: Fw: Axis array serialization proble... Anne Thomas Manes
- Re: Axis array serialization problem HHDirecto . Net
- Re: Axis array serialization problem Anne Thomas Manes
- Re: Axis array serialization problem HHDirecto . Net
- Re: Axis array serialization problem Adnene
- Re: Axis array serialization probl... HHDirecto.Net
