PHP Classes
elePHPant
Icontem

DB Web Service: SOAP Web service to provide remote database access

Recommend this page to a friend!

  Author Author  
Picture of Erwin Kooi
Name: Erwin Kooi <contact>
Classes: 1 package by
Country: The Netherlands The Netherlands
Innovation award
Innovation award
Nominee: 1x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package provides a remote interface to access a database via a Web service using the SOAP protocol.

The Web service interface provides functions for retrieving, updating and deleting database data.

It comes with an implementation example to access a MySQL database.

  Classes of Erwin Kooi  >  DB Web Service  >  Download Download .zip .tar.gz  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: DB Web Service
Base name: dbwebservice
Description: SOAP Web service to provide remote database access
Version: 1.0.0
PHP version: -
License: Freely Distributable
 
  Groups   Applications   Files Files  

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
March 2005
Number 2
Accessing databases that are hosted in different machines is not always possible for a variety of reasons.

That is the case for instance when the database is based on files accessed directly without using a server, or when the server does not accept TCP/IP based connections, or there is a firewall blocking the TCP ports that the database server uses to accept connections.

This package provides a workaround that can overcome all those limitations. It acts as a SOAP server that can be used to make remote database access requests.

Despite it may not be fast for accessing large amounts of data, this SOAP server package can always be reachable as it is meant to run on a Web server like any PHP script.

The usual Web based authentication methods and SSL can be used to provide a security layer when necessary.

Manuel Lemos

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Accessible without login Plain text file db.inc.php Aux. MySql lib for example
Accessible without login Plain text file DBWebService.php Aux. public functions
Plain text file domain.php Class Database classes
Plain text file handle_request.php Class SOAP request handler
Accessible without login Plain text file service.php Appl. Access script for callers
Accessible without login Plain text file wsdl.xml Data WSDL

Install with Composer Install with Composer - Download Download all files: dbwebservice.tar.gz dbwebservice.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.