Brain, Jim wrote:

All I know at present is that when I expose a method that returns List, the
Java2WSDL piece in AXIS complains bitterly when I do ?WSDL.

As for customizing AXIS, I'm willing to try, but my knowledge of the inner
workings of AXIS is extremely limited.

What I did is to just turn the list into an array of beans, and pass that around. The only advantage of a list is that it can change in size, but once I send it to the client it will not change in size.
It is also trivial to turn that back into a list on the .NET side.








Reply via email to