you can have a look at apache http-client or if it's simple, just the
built-in httpurlConnection of the jdk

hth

On Mon, Jul 16, 2012 at 7:28 PM, Deepak Singh <deepaksingh...@gmail.com>wrote:

>
> Hi All,
>
> I have a situation as follows,
>
> Environment:  GWT 2.5 , GAE 1.7
>
> I have to make a POST request to 3rd part server which in turn returns XML.
> I am doing this with  RequestBuilder but it does not work and return
> status code 0 and responseText as blank on firefox and fails with an error
> because of browser same-origin-policy  on IE.
>
> I understand that this is the browser SOP issue.
>
> So How do i overcome this situation ?
>
> I thought to make a RPC call to my own server and then connect with 3rd
> party server but how it is possible to make a POST request to 3rd party
> originating from my own server ?
>
>
> Help appreciated.
>
>
>
> Thanks in advance
> Deepak Singh
>
> --
> 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-toolkit@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.
>

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