Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.355.942 Times

Webservice freeware
Filter: All | Freeware | Demo
 

Webservice

1 2 3 4 > 
Added: May 08, 2010 | Visits: 908

WebService::MusicBrainz WebService::MusicBrainz is a Perl module that will act as a factory using static methods to return specific web service objects. SYNOPSIS use WebService::MusicBrainz; my $artist_ws = WebService::MusicBrainz->new_artist(); my $track_ws = WebService::MusicBrainz->new_track(); my $release_ws...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): WebService::MusicBrainz Download

Added: February 06, 2010 | Visits: 627

WebService::Eventful WebService::Eventful is a Perl interface to EVDB public API. SYNOPSIS use WebService::Eventful; my $evdb = WebService::Eventful->new(app_key => $app_key); $evdb->login(user => harry, password => H0gwart$) or die "Cant log in: $WebService::Eventful::errstr"; # call() accepts either an...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): WebService::Eventful Download

Added: February 20, 2010 | Visits: 1.533

WebService::Basecamp WebService::Basecamp is a Perl interface to the Basecamp API webservice. SYNOPSIS use WebService::Basecamp; my $bc = WebService::Basecamp->new( url => http://mysite.clientsection.com, user => username, pass => password ); my $test = $bc->ping || die $bc->error(); my $projects =...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (103): WebService::Basecamp Download

Added: March 22, 2010 | Visits: 1.439

WebService::Yahoo::TermExtractor WebService::Yahoo::TermExtractor is a Perl wrapper for the Yahoo! Term Extraction WebService. SYNOPSIS use WebService::Yahoo::TermExtractor; my $yte = WebService::Yahoo::TermExtractor->new( appid => your_app_id, context => $source_text); my $terms = $yte->get_terms; # returns an array ref...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): WebService::Yahoo::TermExtractor Download

Added: March 15, 2010 | Visits: 606

WebService::Upcoming WebService::Upcoming is a Perl interface to the Upcoming API. SYNOPSIS use WebService::Upcoming; my $upco = new WebService::Upcoming("*** UPCOMING API KEY HERE ***"); my $objc = $upco->call("event.search", { "search_text" => "music" }); die("ERROR: ".$upco->err_text()."n") if...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): WebService::Upcoming Download

Added: April 24, 2010 | Visits: 1.024

WebService::Mappoint WebService::Mappoint is a client SOAP implementation for Mappoint, Microsofts geographic maps web service, based on SOAP::Lite. SYNOPSIS Map fetch example for use with Mappoint 3.0 service. use WebService::Mappoint; use MIME::Base64; my $render = new WebService::Mappoint::Render(); my...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (119): WebService::Mappoint Download

Added: November 03, 2010 | Visits: 713

WebService::Kizasi WebService::Kizasi is a Perl Interface for the Kizasi Web Services. SYNOPSIS use WebService::Kizasi; use Encode qw(_utf8_off); my $kizapi = WebService::Kizasi->new(); my @result; $result[0] = $kizapi->c10e_word_1d(CPAN); $result[1] = $kizapi->c10e_word_1w(CPAN); $result[2] =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (86): WebService::Kizasi Download

Added: September 19, 2010 | Visits: 805

WebService::TicketAuth WebService::TicketAuth is a ticket-based authentication module for SOAP services. SYNOPSIS @WebService::MyService::ISA = qw(WebService::TicketAuth); WebService::TicketAuth is an authentication system for SOAP-based web services, that provides a signature token (like a cookie) to the client...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): WebService::TicketAuth Download

Added: March 06, 2010 | Visits: 735

WebService::TestSystem WebService::TestSystem is a Perl module with Web service for implementing a distributed testing system. my $testsys = new WebService::TestSystem; # Getting a list of tests foreach my $test (@{$testsys->get_tests()}) { print "$test->{id} $test->{descriptor}n"; } # Getting a list of hosts...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (89): WebService::TestSystem Download

Added: March 06, 2010 | Visits: 1.428

WebService::Geograph::API WebService::Geograph::API is a Perl interface to the Geograph.co.uk API. SYNOPSIS use WebService::Geograph::API; my $api = new WebService::Geograph::API ( { key => your_api_key_here} ) ; my $rv = $api->lookup ( csv, { i => 12345, ll => 1, thumb => 1, }) ; my $data = $rd->{results} ;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): WebService::Geograph::API Download

Added: September 11, 2010 | Visits: 594

WebService::Hatena::BookmarkCount WebService::Hatena::BookmarkCount is a Perl interface for Hatena::Bookmarks XML-RPC API. SYNOPSIS use WebService::Hatena::BookmarkCount; my @list = ( http://www.hatena.ne.jp/info/webservices, http://www.kawa.net/works/perl/hatena/bookmarkcount.html, ); my $hash =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): WebService::Hatena::BookmarkCount Download

Released: December 15, 2012  |  Added: December 15, 2012 | Visits: 340

AJAX WebService Component AJAX WebService component provides easy and efficient way to explore/invoke any WebServices directly from JavaScript (both RPC and Document style), without additional server-side support. Incorporated WebService Explorer shows many abilities of component


Platforms: Windows, Mac, Linux

License: Freeware Size: 41.97 KB Download (50): AJAX WebService Component Download

Added: November 08, 2013 | Visits: 357

WebService::LastFM WebService::LastFM provides you a simple interface to Last.FM Web service API. It currently supports Last.FM Stream API 1.2. METHODS ^ new(%args) $lastfm = WebService::LastFM->new( username => $username, password => $password, ); Creates and returns a new WebService::LastFM object....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): WebService::LastFM Download

Added: November 04, 2013 | Visits: 417

WebService::Lingr WebService::Lingr is a low-level Lingr API implementation in the Perl programming language. By "low-level" it means that this module just gives you a straight mapping of Perl object methods to Lingr REST API, session management and data mapping via JSON. For higher level event driven...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (36): WebService::Lingr Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 643

WINLibrary.Now Now is a Dynamic-link library (DLL), which queries the WhereIsNow WebService. Developed in C++,uses gSoap 2.7. The Library contains all the needed functions to send the required soap messages to the WhereIsNow WebService.


Platforms: Windows

License: Freeware Size: 16.6 MB Download (62): WINLibrary.Now Download

Added: August 15, 2013 | Visits: 462

dynOZ Interface to German Business Hours Webservice dynOZThis module allows a direct integration of business hours administrated via the German webservice dynOZ in Joomla. It is also possible to display the business hours of the actual day at every position of a Joomla template e.g. somewhere in the...


Platforms: PHP

License: Freeware Size: 10 KB Download (54): dynOZ Download

Added: May 03, 2013 | Visits: 392

eKomi integration into Ubercart This module allows you to easily and quickly integrate the eKomi webservice into your website with an Ubercart online shop.More details about eKomi can be found on eKomi's website (http://www.ekomi.de).This project has been sponsored by PARAGON Executive Services GmbH, providing IT services as...


Platforms: PHP

License: Freeware Size: 10 KB Download (55): eKomi integration into Ubercart Download

Added: November 17, 2013 | Visits: 524

App for the milk App for the milk is a desktop client for the remember the milk webservice that lets you quickly manage your tasks from your desktop even when you are offline and sync the next time you are connected to the internet. * Manage your remember the milk tasks from your desktop * The first app for...


Platforms: Mac

License: Freeware Size: 184.32 KB Download (38): App for the milk Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 271

bugwerk An adaptable, platform-agnostic application incident reporting infrastructure ranging from logging libs and webservice-based reporting to a J2EE logging server to a pluggable connection to issuemanagers.


Platforms: Windows, Mac, Linux

License: Freeware Size: 24.02 KB Download (47): bugwerk Download

Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 446

Judge JUDGE (Java Utility for Document Genre Eduction) features automatic classification and clustering of documents, optionally as a webservice.The program is written entirely in Java and makes use of the Weka machine learning toolkit.


Platforms: Windows, Mac, Linux

License: Freeware Size: 124.18 KB Download (45): Judge Download

1 2 3 4 >