Re: Inter operability with c#; complex object array inside another container

2004-12-15 Thread ANDREW MICONE
To the best of my knowledge, arrays of complex types can be passed between J2EE and .NET implementations of SOAP as long as the complex type consists completely of simple primitives (i.e. xsd primitives). I have that woring in production now. J2EE implementations can pass arrays of complex type

Inter operability with c#; complex object array inside another container

2004-12-15 Thread Sagar Pidaparthi
hi, I have a c# client running against an RPC axis service. I can send and return String, String[], Complex object, Complex object array. But, I fail when I put a complex object array inside another container. Did anybody else have the sam problem? This works fine for a java client.