|
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 |
- WRAPPED, arrays and null Dominik
- Re: WRAPPED, arrays and null Anne Thomas Manes
- Re: WRAPPED, arrays and null Dominik
- Re: WRAPPED, arrays and null Anne Thomas Manes
- Re: WRAPPED, arrays and null Dominik
