Hi,

in the first declaration "name" is used in tag attribute:

<complexType name="ArrayOfString">
      <complexContent>
          <restriction base="SOAP-ENC:Array">
            <attribute name="SOAP-ENC:arrayType"
wsdl:arrayType="string[]"/>
          </restriction>
      </complexContent>
    </complexType>


in the second declaration instead of name ref is used:

 <xsd:complexType name='ArrayOfstring'>
        <xsd:complexContent>
          <xsd:restriction base='SOAP-ENC:Array'>
            <xsd:attribute ref='SOAP-ENC:arrayType'
wsdl:arrayType='xsd:string[]'/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>


what is correct?

please help

best regards

Oliver

begin:vcard 
n:Rettig;Oliver
tel;fax:0721/38489606
tel;home:0721/9662896
tel;work:0721/38489600
x-mozilla-html:FALSE
org:ORAT Software-Entwicklung
adr:;;Steinstr. 23;Karlsruhe;;76133;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.Phys.
x-mozilla-cpt:;6688
fn:Oliver Rettig
end:vcard

Reply via email to