I might not be understanding the problem correctly. Let me give you an
example of what my site does (which sounds vaguely similar to what you
want to do):

-GWT sends a GET request to my server
-My server sends a request to Amazon (or equivalent), which sends back
information in XML format
-My server returns the XML to GWT
-GWT processes XML and does stuff with it

I am able to debug it in GWT so I know the above is possible. I'm not
sure if it's possible to make GET requests to remote servers (I
suspect not due to SOP). If you can get the remote info onto your
local webserver, then gwt should be able to request it from there.

I hope this helps - I'm no expert either, just know what I have worked
out so far.
-Rob

On Mar 19, 3:53 pm, Jon Britton <mankillseveryth...@googlemail.com>
wrote:
> Yes, that's clearer.  But when I run my GWT project it isn't hosted in the
> same place as my server so it won't work.  Also, I want to be able to
> receive XML from remote servers - I guess this isn't possible using this
> method, but I've read that is IS possible (although I don't know how to do
> it).
>
> I'm trying to create a web-based application for running
> WebProcessingService (WPS) processes (web services for processing geospatial
> data).  These can be accessed via HTTP GET.  I wanted to allow the user to
> input the URL of a WPS they know of (wherever it's located) and view the
> available processes.  This takes the form of a request like :
>
> *<wpsurl>*?Request=GetCapabilities&Service=WPS
>
> Which returns an XML document listing available processes.
>
> Is this even possible? As you can see, I'm a complete amateur at
> browser-based programming.
>
> Cheers,
>
> Jon
>
> On 19 March 2010 15:44, Thomas Broyer <t.bro...@gmail.com> wrote:
>
>
>
> > On Mar 18, 4:34 pm, Jon Britton <mankillseveryth...@googlemail.com>
> > wrote:
> > > > And a 0 status code? If that is the case, it would mean that your code
> > > > do violate the SOP.
>
> > > Yes, I still get 0 status code.
>
> > > >  Switch to URL references without scheme, host and
> > > > port, or make sure they are the same as the one from Window.Location.
>
> > > How should I go about doing this?  This is all new to me - I was just
> > > basing my code on the example in the docs.
>
> > Actually, the question is: how do you get the URL you pass to
> > RequestBuilder? (in other words: what is the code?)
>
> > From the snippet you gave, it seems you're typing it into a TextBox.
> > Then try omitting the "http://<host>:<port>" part and only give
> > something like "/path/to?serv=let"
>
> > Is it any clearer?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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

Reply via email to