Author |
Topic: Web service (Read 10212 times) |
|
Miles Teg
Newbie
Gender:
Posts: 11
|
|
Web service
« on: Nov 24th, 2004, 2:28pm » |
Quote Modify
|
Does anybody know a good movie database web service . I want to build a programm that given a movie or artist or any other movie parameter, will be able to show information about this movie or artist and etc... Now I could do that using html files and DOM but I prefer XLM . I looked at UDDI and it is hard to find any good server there. The service has to be fairly updated , so the information will be usefull and stay usefull for some time. Does anybody know such server or efficient way to search for one? Or where except UDDI services are published? I also have heard that the search can be performed dinamicly , but I just couldn`t find out how P.S. I do prefer the service to be free , but if it isn`t I still might use it. Thanks .
|
|
IP Logged |
|
|
|
Sir Col
Uberpuzzler
impudens simia et macrologus profundus fabulae
Gender:
Posts: 1825
|
|
Re: Web service
« Reply #1 on: Nov 24th, 2004, 3:07pm » |
Quote Modify
|
Are you looking to create your own dynamic movie database, or are you looking for an established database that can be interrogated and return query results? IF you're after the most comprehensive database that already exists on the internet, then it has to be http://imdb.com (Internet Movie DataBase). They allow you to download raw data textfiles for you to create your own content driven database (with obvious copyright restrictions). You can find out more here: http://imdb.com/interfaces If you're after a free/open source database then I can highly recommend MySQL: http://dev.mysql.com/
|
|
IP Logged |
mathschallenge.net / projecteuler.net
|
|
|
Miles Teg
Newbie
Gender:
Posts: 11
|
|
Re: Web service
« Reply #2 on: Nov 25th, 2004, 1:14pm » |
Quote Modify
|
I am looking for for an established database , that is able to return xml content .( xlm , from my previuos post ) Imdb is exactly the kind of information I need , but it comes as html or plaintext , that means I need to parse it or use the Html Dom and both are not very nice options.
|
|
IP Logged |
|
|
|
John_Gaughan
Uberpuzzler
Behold, the power of cheese!
Gender:
Posts: 767
|
|
Re: Web service
« Reply #3 on: Nov 28th, 2004, 1:45pm » |
Quote Modify
|
If the plaintext has a consistent format, a Perl script could probably convert it to XML. I took a look at the IMDB web site and couldn't figure anything out from a quick look. If you know where to get some sample data I could take a look and let you know what I think.
|
|
IP Logged |
x = (0x2B | ~0x2B) x == the_question
|
|
|
cycoshas
Newbie
Gender:
Posts: 2
|
|
Re: Web service
« Reply #4 on: Jun 6th, 2013, 9:07pm » |
Quote Modify
|
i think you can use IMDB ,and some rating site also an youtube
|
|
IP Logged |
|
|
|
webtasarim
Newbie
Gender:
Posts: 47
|
|
Re: Web service
« Reply #5 on: Oct 6th, 2013, 4:56pm » |
Quote Modify
|
you can write a bot for getting movies . it is possible . you can get datas from IMDB
|
|
IP Logged |
|
|
|
pandani
Newbie
Gender:
Posts: 28
|
|
Re: Web service
« Reply #6 on: Oct 28th, 2013, 5:57pm » |
Quote Modify
|
Yeah, IMDB is great resource for movie database. Think hard how to get them all.
|
|
IP Logged |
|
|
|
arsalan1101
Newbie
Gender:
Posts: 2
|
|
Re: Web service
« Reply #7 on: Jan 27th, 2014, 2:50am » |
Quote Modify
|
i think you can use allmovie ,and some rating site also an youtube
|
|
IP Logged |
|
|
|
meetlesli
Newbie
Posts: 2
|
|
Re: Web service
« Reply #8 on: Jul 19th, 2014, 10:56am » |
Quote Modify
|
I am also looking for similar service. Could anyone advise where can I find the wsdl for the same. Is this paid service ?
|
|
IP Logged |
|
|
|
JaneBD
Junior Member
Gender:
Posts: 57
|
|
Re: Web service
« Reply #9 on: Aug 4th, 2014, 2:55am » |
Quote Modify
|
on Jun 6th, 2013, 9:07pm, cycoshas wrote:i think you can use IMDB ,and some rating site also an youtube |
| I agree, I usually use IMDB - works great for me man.
|
|
IP Logged |
"Do or Do not, there is no try" - Yoda A Work in Progress
|
|
|
OceansTech
Newbie
Gender:
Posts: 4
|
|
Re: Web service
« Reply #10 on: Nov 3rd, 2014, 10:22pm » |
Quote Modify
|
AllMovie as well as IMDb both seems good movie database. I didn't find any problem while using these two.
|
|
IP Logged |
|
|
|
|