Re: Getting faults when passing string array as parameter.. help!
Posted By:
Milan_Boruvka
Posted On:
Thursday, May 5, 2005 08:36 AM
It seems to me that there is a mismatch between expected element type and element type being sent.
I do not know SOAPLite, but you should force it to map the String array into type with qualified name: urn:mydomain.comPersistanceTesting:ArrayOfstring, not just ArrayOfstring (no XML namespace here!).