Re: json-rpc Lists and arrays

2008-09-08 Thread Luciano Resende
If I understood it correctly, I've seen some similar issues, and the cause was that the Service Interface was not annotated as with @Remote, thus the data binding framework wasn't really intercepting the calls and doing the proper conversion to json. Could you please check that ? On Mon, Sep 8, 20

json-rpc Lists and arrays

2008-09-08 Thread Angel E Tomala Reyes
Hi, I am interested in hearing on some suggestions on how to deal with serialized data coming from J2EE using tuscany. Here is the scenario: I have Java implementation component which has json-rpc-binding. On the client I have a dojo implementation which uses dojo-rpc component to get to our s