You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Daniel Kruler <dk...@giantbear.com> on 2001/04/30 20:04:23 UTC

String Array in SOAP

I amtrying to write WSDL and need to use String Array as parameter to a
function.


   <message name="writePropertyInput">
      <part name="property" type="xsd:string"/>
      <part name="propertyGroup" type="xsd:string"/>
      <part name="TEST" type="xsd:ArrayOfstring"/>
   </message>

   <types>
        <xsd:schema targetNamespace="urn:TEST"
xmlns="http://www.w3.org/2000/10/XMLSchema">
            <xsd:complexType base="soap:Array" name="ArrayOfstring">
                <xsd:sequence>
                    <xsd:element name="a" nullable="true"
type="xsd:string"/>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:schema>
    </types>


WSDL Toolkit doesn't understand this.

What am I doing wrong?

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org