Array Of Arrays - Cape Generated WSDL with .NET

From: Ravi Singh (UCSD) (ravisingh11_at_gmail.com)
Date: 12/21/04


Date: 21 Dec 2004 11:51:38 -0800

Hello all,

I have a CAPE generated WSDL that is an array of arrays. Let me
elaborate I have a struct of
public class Properties()
{
}
Now I have a PropertyList that is an array of Properties.
And then I have a PropertyListList that is an array of PropertyList.

When .NET uses this, it bastardizes the WSDL, and says its an array of
arrays and skips the notion of PropertyList, in the generated code.
When I send back something that is a PropertyList it fails.
The error message that it gives is
"There is an error in XML document"

I can successfully call the function, I can see the parameters go
through, but when on the UNIX side I return the PropertyList is what
causes the whole thing to die.

I would be grateful for any suggestions and pointers in some direction.
Thanks

-Ravi Singh.


Loading