Re: 3rd parties and GWT-RPC?

2009-06-16 Thread Sumit Chandel
Hi markww, In order to reuse the GWT RPC services you've already defined directly, you'll have to create your own serializers in the Objective-C world that can match the signature RPC expects on incoming payloads. You'll also need to continue to match this signature if it changes across releases.

3rd parties and GWT-RPC?

2009-06-12 Thread markww
Hi, I'm wondering what options we have when we want a 3rd party to talk to our server. For example, I'm using GWT RPC as-is. So my clients (browsers) talk to the server perfectly, works great. Now I'd like to make an iPhone app (an actual objective-c compiled app) that also uses my web service.