Hello,

As mentioned in my previous posts, I am a newbie to GWT and working on a GWT
client which needs to invoke RESTful web services. I need to use POST
methods with user defined objects in the web svc calls over http (for e.g.
User bean with personal data at the time of registration). The web service
will respond with user defined objects / JSON String response. I know I can
use RESTLET but I am running in to some issues there.

Can I use *com.google.gwt.http.client.RequestBuilder *and related classes? I
am not able to figure out how to build requests with such objects (not
string data), receive responses with such objects from REST web services? Is
there any other way such as use RPC as a wrapper ? or any other mechanism ?
I need you experts to provide some suggestions about which will be the best
way.
*
*
Thanks in advance,
Deep
*
*
*
*
*
*
*
*

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to