Waqar Sadiq wrote: > > I was wondering if anyone has tested interoperability with .NET for passing > arrays. I had an EJB service which was deployed using axis. The method > required an array of string parameter. When I called it from .NET client, > it defined the array as separate element and referenced it from the method > body. It seems like Axis as well as soap 2.2 do not handle that. The > particular error I got from the server was that no deserializer found for > ref element.
We test against a number of implementations, including .Net, and publish the results at http://www.apache.org/~rubys/ApacheClientInterop.html . Page down for Axis. The secret for getting this to work is to define the [SoapRpcMethod] on your methods in .Net. - Sam Ruby