- From: Gangadhar Pai <Gangadhar.Pai@igate.com>
- Date: Mon, 6 Sep 2004 13:43:29 +0530
- To: "Varun" <varunp@mahindrabt.com>, <w3c-dist-auth@w3.org>
- Message-ID: <FCE110FFAA26324686F5A3F1954D00DA0D292E@igteblrexc04.igatecorp.com>
You will have to write a proxy server which will act as an conduit between the data source(RDBMS) and Content server(Exchange 2000) This server should be an HTTP server with additional WebDAV support, for this you can consider IIS with ISAPI filters and Extension. ODBC/OLE DB for RDBMS interface. Or parallely any Java Based HTTP server with JDBC support. For typical CRUD operations following WebDAV methods should suffice: 1) Propfind (for read), Proppatch(create, update), Move or Delete(for delete) and Search(for querying), if you want this operation in a batch(Bulk) you can consider BPropfind, BProppatch etc. Regards Gangadhar Pai |Project Manager| iGATE Global Solutions | email: gangadhar.pai@igate.com < mailto:gangadhar.pai@igate.com> | Website: < http://paionline.tripod.com <http://paionline.tripod.com/> > | -----Original Message----- From: w3c-dist-auth-request@w3.org [mailto:w3c-dist-auth-request@w3.org]On Behalf Of Varun Sent: Monday, September 06, 2004 1:20 PM To: w3c-dist-auth@w3.org Subject: Platform for WebDav Development Hi, I need to develope one interface which picks data from a RDBMS and puts in exchange server 2000. Restriction is that the interface exe should not do the processing on the exchange server, but it should reside and run from a different machine. I need to know how can I use WebDav to achieve this and what are the possible development platforms for this? Regards -Varun ********************************************************* Disclaimer: This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. ********************************************************* Visit us at http://www.mahindrabt.com Information transmitted by this EMAIL is proprietary to iGATE Group of Companies and is intended for use only by the individual or entity to whom it is addressed and may contain information that is privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient of this EMAIL immediately notify the sender at iGATE or mailadmin@igate.com and delete this EMAIL including any attachments.
Received on Monday, 6 September 2004 08:16:08 UTC