Page 1 of 1
Modules that use Web Services?
Posted: Thu Aug 23, 2007 7:36 pm
by tjay
So since it seems wise to try and develop a module first as opposed to jumping into a component.
Is it feasible to consider a module that uses the XML-RPC features of 1.5
Web services has always been of interest to me.
Re: Modules that use Web Services?
Posted: Thu Aug 23, 2007 7:46 pm
by seadap
What service would you like to use? How about something like Amazon's or maybe something easier like the weather. (I like the Amazon idea...)
Re: Modules that use Web Services?
Posted: Thu Aug 23, 2007 9:26 pm
by tjay
I am pretty open to the source, mainly I just want to learn, and then show others how it could be done.
Do you have details on the services they offer?
Re: Modules that use Web Services?
Posted: Fri Aug 24, 2007 6:56 pm
by joatmon
I'm not sure if you're interested or not, but I have a module that uses NuSOAP to connect to BibleGateway.com and grabs their SOAP implementation of a verse of the day.
Link:
Verse of the Day ModuleAt the very least you can use it for educational purposes. Check out the SVN repository also.
--joatmon
Re: Modules that use Web Services?
Posted: Fri Aug 24, 2007 10:35 pm
by seadap
Sorry tjay, for not answering your question. Amazon offers data on their products and theweatherchannel offers local weather forcasts as services.
Re: Modules that use Web Services?
Posted: Fri Aug 24, 2007 11:52 pm
by AmyStephen
Johan built an xmlrpc interface for Google's Blogger, sometime back. It used to be in core, but I think it's gone, now. That might be worth exploring if we can find a copy of it.
There is one xmlrpc interface I very much want to see available for Joomla! end users, and that is the Flickr Blog interface. Getting a Flickr account is free (unless you decide to push past the maximum), and you can
define the location of your blog. If an xml-rpc interface is available for Joomla!, Joomla! will finally show up in the
list of blogs you can interact with.
There is an API for lots of different actions, including
posting an image to a blog. I do not know what it takes to get authorized (prove to Flickr) that the xmlrpc blog function works, but one day, I will certainly enjoy using it! Then, when I find a cool photo I want to share, I just press the "Blog it" button, add my words, press the button, and through the Internet Pipes it goes until it gets to my blog.
Amy
joatman - I was going to add - I would like that Bible Verse module for our church site. Was thinking about that.
Re: Modules that use Web Services?
Posted: Sun Aug 26, 2007 5:27 am
by mcsmom
Amy,
I think it's still there ... look under plugins/xmlrpc there is blogger.php and blogger.xml.
Re: Modules that use Web Services?
Posted: Sun Aug 26, 2007 7:22 pm
by AmyStephen
mcsmom wrote:Amy,
I think it's still there ... look under plugins/xmlrpc there is blogger.php and blogger.xml.
Sweet! Thanks! That could be very helpful to figure out the Flickr blog integration. Essentially, it's doing the same basic things.
Much appreciate, Elin - and Johan, of course, for writing it and sharing it freely.
Amy