We're building a VCS application (it does more, but for this purpose, that's what it does). The API is exposed via SOAP, so if I had this task, I could issue a SOAP call to get the latest code before launching the build.
Of course, there is the pure techno-geek side of me that says something like this would be cool, too. <g> For it to be really cool, I'm going to need to do a lot of work to make it generic. I'm testing right now, but I don't like that it's tied to ApacheSOAP, it should use WSDL, and handling any arbitrary call (and doing something with the result!) will make the task really useful. -- Dan Miser http://www.distribucon.com ----- Original Message ----- From: "Glenn McAllister" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 9:53 AM Subject: Re: SOAP Task > Out of curiosity, what's your motivation for this task?
