AWS News Blog
Category: Developer Tools
SOAPUI – Web Service Inspection and Testing Tool
Soapui is an open source Java 1.5 tool (with a Swing UI) for inspecting and testing SOAP-based web services. It supports WSDL importing, request generation, an unlimited number of requests per operation, multiple service endpoints for the same service, validation, three types of authentication, and background processing. (found on webservices.org)
Code Sample: Alexa AWIS and VB.Net
If you are trying to use the AWIS service in conjunction with VB.Net, you may find this sample program helpful.
XSLT Programming Tip
An XSLT tip: Implement a loop using recursion with XSLT. You can find many more interesting articles and tips related to XML and XSLT in the IBM Developerworks XML Zone.
Perl DBI Module for ECS
In the Perl community, DBI is a database abstraction layer (read more about DBI here and here). Using this layer, an application can access a number of different data sources using a single, common API. There’s even a DBI Tutorial. The newest member of the DBI family is DBD::Amazon.
Perl Interface to SQS and AWIS
Leon Brocard wrote a Perl interface to the Amazon Simple Queue service earlier this year. You can find Net::Amazon::SimpleQueue at any CPAN site. You can start with the README and then download and install the module. Leon also wrote a module for the Alexa Web Information Service, Net::Amazon::AWIS (and the README).
XMLStarlet – Process XML at the Command Line
XMLStarlet is an open source command-line utility to format, transform, fix, and edit XML using a set of simple commands. Start by downloading the code (source or binary) here. Once configured and installed, XMLStarlet is available using the xml command, with options to list the current directory in XML, delete nodes that match an XPath […]
StrikeIron OnDemand Web Services for Microsoft Excel
StrikeIron has released the OnDemand Web Services for Microsoft Excel. Using this product it is easy to add web services calls to any Excel spreadsheet using simple point and click operations. You can download and try the product for free, and you can see the product in action by watching the screencast.
Visual Studio 2005 (Whidbey) and Movie Collection Starter Kit
Microsoft has released the second beta version of the “Whidbey” version of Visual Studio 2005. Free downloads of the Express Editions are available for web development, Visual Basic, Visual C#, Visual C++, SQL Server, and Visual J#. To make it really easy to get started with Whidbey, you should also investigate the Amazon-Enabled Movie Collection […]