you can always use the HTTPRequest builder to make HTTP calls to your
servlet.
On Wed, Oct 22, 2008 at 11:39 AM, AyeAyeAung <[EMAIL PROTECTED]> wrote:
>
> Hi all,
> I would like to know how to call servlet(not RPC) that generate xml to
> be used in my gwt application. I've already tried to read simple xml
> file under public folder. For that, I use
>
> HTTPRequest.asyncGet(GWT.getModuleBaseURL() + xmlFile, new
> ResponseTextHandler(){
> public void onCompletion(String responseText) {}
>
> But in this case, xml come from the servlet, so can I use this or any
> other way to call that servlet?
> Hope ur reply as soon as possible. Reply to my mail please.
>
> Thanks in advance.
> Best Regards,
> Aye
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---