View Single Post
Old 03-27-2009, 12:03 PM   #1
aitec-nico
New Member
 
Join Date: Mar 2009
Model: 8310
PIN: N/A
Carrier: sfr
Posts: 2
Default Webservice soap and complex type

Please Login to Remove!

HI,

I'm currently developping an application using Blackberry JDE and Netbeans that calls axis2 soap webservices.

The problem I have is that if my service returns strings or int no problems but if I try to retrieve complex types as class instances or class instances arrays it doesn't work I always get a null.
It's the same if a send complex types to my webservice, if I log what's incoming on the server it's always null.

I've implements my class objects as serializable and it was working great last week. Don't understand what's going on now.

If someobne could help....

Thanks
Offline   Reply With Quote