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

Reply via email to