Hi,
I'm new with GWT nad trying to write a simple XML-parser in Eclipse
and really don't understand what url i have to use in my HTTP GET
request.

        private void refreshtable() {
//      String url = "http://127.0.0.1:9997/rate.xml";;
        RequestBuilder builder = new RequestBuilder(RequestBuilder.GET,
"rate.xml");

        try {
          Request request = builder.sendRequest(null, new RequestCallback()
{ ..........

now i have copied  the file rate.xml to all of the folders, but the
HTTP GET doen't see the file. I have also tried to put 
http://127.0.0.1:9997/rate.xml
as url, where i can access it with my browser.

Maybe someone has an advise?

-- 
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