|
 |
aspx thread: CDDB providing Web Services?
Message #1 by "Anders Lundholm" <lundholm@s...> on Mon, 18 Dec 2000 20:24:00 +0100
|
|
Hello!
I work for a record-store in my spare time (doing their website @
http://www.loudmusic.dk).
They use a custom made interface to add records and handle orders etc. etc.
but, the task of adding new records is really labour intensive. If they
could plug in CD and have it search CDDB.com and retrieve the data from
them, it would be a huge time-saver.
But, I'm not able to do this in C++ (which their SDK is based on), but .NET
is more my cup of tea. Using a Web Service (SOAP) for retrieving CD
information based upon the CD info would be really nice! Ofcourse, I would
have to read the serial-number of the CD, but from that point - it would
really easy.
Anybody?
with regards
anders lundholm · lundholm@s...
the sphereworx / monoliner experience
--
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by David Sussman <davids@i...> on Tue, 19 Dec 2000 08:58:55 -0000
|
|
Yep, this would be really cool. I mailed the cddb people a long time
ago
(way before SOAP was released) suggesting that they provide an XML
based
API. I was hoping they'd incorporate it into CDDB2, but nothing came of
it. A WebService seems the logical sucessor to that.
Dave
"Anders Lundholm" <lundholm@s...> wrote in message
news:<26298@a...>...
>
> Hello!
> I work for a record-store in my spare time (doing their website @
> http://www.loudmusic.dk).
> They use a custom made interface to add records and handle orders
etc.
etc.
> but, the task of adding new records is really labour intensive. If
they
> could plug in CD and have it search CDDB.com and retrieve the data
from
> them, it would be a huge time-saver.
>
> But, I'm not able to do this in C++ (which their SDK is based on),
but
.NET
> is more my cup of tea. Using a Web Service (SOAP) for retrieving CD
> information based upon the CD info would be really nice! Ofcourse, I
would
> have to read the serial-number of the CD, but from that point - it
would
> really easy.
>
> Anybody?
>
> with regards
> anders lundholm =B7 lundholm@s...
> the sphereworx / monoliner experience
> --
>
>
>
>
> ---
> http://www.asptoday.com - the leading site for timely,
> in-depth information for ASP developers everywhere.
> ---
> You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
>
>
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #3 by "Ben Prater" <bprater@p...> on Tue, 19 Dec 2000 17:19:09 -0500
|
|
If someone were really interested in doing something like that, a Perl
WebService Gateway could be created that 'vacuums' cddb's pages, grabs the info,
and then could be connected to via a WebServer with SOAP::Lite.
(In fact, I think we'll be seeing hoards of WebServices starting out like this,
until these services do indeed begin to offer their data in XML or WebService
format.)
Ben
> -----Original Message-----
> From: David Sussman [mailto:davids@i...]
> Sent: Tuesday, December 19, 2000 3:59 AM
> To: ASP+
> Subject: [aspx] Re: CDDB providing Web Services?
>
>
> Yep, this would be really cool. I mailed the cddb people a long time ago
> (way before SOAP was released) suggesting that they provide an XML based
> API. I was hoping they'd incorporate it into CDDB2, but nothing came of
> it. A WebService seems the logical sucessor to that.
>
> Dave
>
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |