I've added the ability for the gdata-java-client to pass through a proxy server. No authentication yet but if someone has the need I'll be happy to oblige. Code is built from the 1.15.2 release (latest at time of writing).
All you need to do is set your system properties in the standard Java 1.5 kind of way System.getProperties().setProperty( "http.proxyHost", "192.168.0.1" ); System.getProperties().setProperty( "http.proxyPort", "8080); Download from the files section http://groups.google.com/group/google-apps-apis/web/gdata.java-1.15.2-proxy.zip HTH Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" 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-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
