Hi,

I haven�t solve the string-array problem but I�ve found a second form of
wsdl-declaration of the complex type for String[].

I�ve 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>

And the server send type-conversion-erros.

Now I�ve found:

 <xsd:complexType name='ArrayOfstring'>
      <xsd:complexContent mixed='false'>
          <xsd:restriction base='SOAP-ENC:Array'>
            <xsd:sequence>
              <xsd:element minOccurs='0' maxOccurs='unbounded'
name='String' type='xsd:string' />
            </xsd:sequence>
          </xsd:restriction>
         </xsd:complexContent>
      </xsd:complexType>

What is the meaning of the second one. What is the better way?

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