googlearchive / calendar-connectors

Automatically exported from code.google.com/p/google-calendar-connectors
20 stars 20 forks source link

Rpc over http? #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our exchange service is hosted, and therefore only accessible via RPC over HTTP 
(outlook anywhere). We would like to set up a machine locally to run the GCCSS 
and GCCWS, but rather than have them connect to an on-prem exchange system 
locally, we would like to connect to our hosted exchange via RPC over HTTP.

Can this be done? 

Original issue reported on code.google.com by tandersn...@gtempaccount.com on 12 Aug 2010 at 9:51

GoogleCodeExporter commented 9 years ago
Oops, meant that as enhancement.

Original comment by tandersn...@gtempaccount.com on 12 Aug 2010 at 9:52

GoogleCodeExporter commented 9 years ago
Sorry for the delayed response.
GCC uses webdav calls to connect to Exchange server. In case of Exchange 2007, 
you can make it to use EWS for Web service.
We have not verified it on hosted Exchange but it should be able to make the 
webdav call to Exchange server.

Original comment by jaideepg...@google.com on 27 Aug 2010 at 7:31

GoogleCodeExporter commented 9 years ago
The connectors try to contact domain controllers directly for LDAP lookup. This 
would be a problem, because with the hosted service, you can't talk directly to 
domain controllers from the outside world. Outlook Anywhere "tunnels" those 
connections via rpc over http through the exchange system.

Original comment by tandersn...@gtempaccount.com on 27 Aug 2010 at 6:28