Menu

SOAP SQL / News: Recent posts

1.0.1 Update Released

SOAPSQL version 1.0.1 has been released which includes minor bug fixes, but mostly improvements to demos and simplified the installation, no longer requiring the user to manually download NuSOAP.

Posted by hmuhlestein 2007-08-31

Version 1.0 Released

The full version of 1.0 has been released.

This includes many bug fixes and function renames to clarify and improve the API.

See how incredibly easy it is to create a full WSDL from a few calls and an SQL statement!

Features include:
1) Database type agnostic
2) Supports database queries (selects) and modify-style web service functions
3) Capability to auto-generate WSDL callback functions, or use custom functions.
4) Includes security token support.
5) Automatically quotes and escapes SQL input to help protect against injection attacks.
6) Works with PHP 4 and 5

Posted by hmuhlestein 2007-05-03

Initial 1.0 Beta Released

The initial 1.0 beta has been released!

Some of the many benefits of using SOAP SQL:

Most commercial database systems (Oracle, DB2, SQL Server) have features that publish functionality of their databases as web service WSDLs.
Currently, open source databases like MySQL have no such features, and small-to-medium sized businesses are left to implement this on their own.

SOAP-SQL provides an extremely simple API to generate a WSDL service based on standard SQL statements. The code is pure PHP, and depends only on NuSOAP (also pure PHP) and PEAR MDB2 abstraction library.... read more

Posted by hmuhlestein 2007-04-25