Closed GoogleCodeExporter closed 8 years ago
Can you capture traffic to understand what happens under the hood?
Does it ever timeout?
Original comment by ccherub...@google.com
on 9 Mar 2011 at 1:29
It times out with the exception: {"Execution of request failed:
https://spreadsheets.google.com/feeds/list/key../od../private/full"}
and innerException: The remote name could not be resolved: 'www.google.com'.
So it seems like its never reaching the proxyserver, as I said before, if we
specify the proxyserver for all requests in web.config, it works. So maybe the
lFeed.Insert() doesnt use thre proxy settings specified in GDataRequestFactory?
Original comment by forv.rek...@posten.se
on 9 Mar 2011 at 2:00
[deleted comment]
[deleted comment]
Maybe a update will help someone else with this. I never solved it with the
GData API, it never uses the proxy specified in GDataRequestFactory.
I ended up creating a System.Net.WebRequest POST with XML instead, and specifiy
proxy on the WebRequest - works without any trouble at all.
Original comment by forv.rek...@posten.se
on 16 Mar 2011 at 1:18
Thanks for your help.
Are you using the latest version of the library code
Revision 1073 added a fix for the proxy issue:
http://code.google.com/p/google-gdata/source/detail?r=1073
Original comment by ccherub...@google.com
on 16 Mar 2011 at 2:21
Original comment by ccherub...@google.com
on 25 Mar 2011 at 11:14
Original issue reported on code.google.com by
forv.rek...@posten.se
on 9 Mar 2011 at 1:25