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
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