[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Web Service Support (SOAP/WSDL)

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-07-04 21:05:29 CEST

John Peacock wrote:

> I think there is little chance that writing a SOAP interface to
> Subversion (whatever that means since SOAP is a transport layer not an
> application layer) would have any bearing on using Subversion on a
> non-Apache web server.

Indeed. You'd still have to write a mapping between the soap-wrapped RPC
and the SVN repository layer, which amounts to writing a plug-in for
your particular SOAP server. The interfaces are marginally more portable
than Apache's module API, but it would still be a significant amount of
work for every supported server.

Besides, I don't see any benefit in it; a) you can always run Apache
alongside another server, b) you lose performance by having to wrap
everything with SOAP envelopes, and c) there's always svnserve if Apache
isn't appropriate.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 4 21:06:18 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.