Hi Deep- Could you elaborate on this a little bit?
"I need to use POST methods with user defined objects in the web svc calls" User defined objects where ... in javascript? In java? If the latter, why not use gwt-rpc to move around these beans? You would just need to make sure they are serializable. If you can't use gwt-rpc for whatever reason, then using standard servlets and JSON would also work. You are correct, in order to do this you would use the RequestBuilder to make your request, and then use the GWT JSON libraries to parse the response. Good luck! -- 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.
