SV: wsdl arrayOfString ms-soap-client

2001-06-21 Thread kim . schjefstad
' type='tns:ArrayOfstring'/ /message ... Regards, and please correct me if I am wrong, Mark Young [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 3:50 AM Subject: SV: wsdl arrayOfString ms-soap-client

SV: wsdl arrayOfString ms-soap-client

2001-06-20 Thread kim . schjefstad
Try replacing the types with this: The targetNamespace should be the same as xsd and arrayType should be xsd:string. types xsd:schema targetNamespace=http://www.w3.org/2001/XMLSchema; xmlns:xsd='http://www.w3.org/2001/XMLSchema' xsd:complexType name='ArrayOfstring'

Re: SV: wsdl arrayOfString ms-soap-client

2001-06-20 Thread Oliver Rettig
Hi Kim, thank you for help. Try replacing the types with this: The targetNamespace should be the same as xsd and arrayType should be xsd:string. types xsd:schema targetNamespace=http://www.w3.org/2001/XMLSchema; xmlns:xsd='http://www.w3.org/2001/XMLSchema' xsd:complexType