Hi I need to send the some values to server ,that values i have to set to xml nodes .
For eg: I have the user name which is entered by user, now i need to send to the server that xml format request. before setting to xml node my request like this </users> after setting my request like this : <users> <user-name>abac</user-name> </users> I need send to server like this format. So please give me reply with some samples. On Dec 24, 12:02 am, Malli <[email protected]> wrote: > Hi, > some body help me out! i'm new to GWT. > I'm using RequesteBuilder for calling HttpServlet. > > Here my doubts are : > 1.How can we prepare the xml request ? > 2.how can we handle the xml response inside gwt application? > > please give me reply with some samples. -- 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.
