How did you define your array? (please send us your WSDL)
Please also see the Wiki page on arrays:
http://wiki.apache.org/ws/DotNetInteropArrays
Anne
On 4/27/05, Dominik <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I converted my application from RPC to WRAPPED model,
> but now I've problems with arrays:
>
> when server returns empty array, client receives null instead of empty
> array,
> is there possible way to change this behavior?
>
> server sends: ClassA[] {}
> client receives: null
>
> why? in rpc model it worked fine, how can I fix this problem?
>
> tools: Axis RC3, java2wsdl, wsdl2java, both client and server are written in
> java.
>
> Are there other known incopatibilities beetwen those two models (RPC and
> WRAPPED) ?
>
> Dominik
>