Login   Register  
PHP Classes
elePHPant
Icontem

Class: DB Web Service

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Erwin Kooi  >  DB Web Service  >  Download .tar.gz .zip  >  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
Related classes: , , , , , , ,
Version: -
PHP version: -
License: Freely Distributable
All time users: 5653 users
All time rank: 321
Week users: 7 users
Week rank: 493
Picture of Erwin Kooi
Author: Erwin Kooi <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
Age: 33
All time rank: 40310 in The Netherlands The Netherlands
Week rank: 519 Down12 in The Netherlands The Netherlands Down
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
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.

 

  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

  Rate classes User ratings   Applications   Files Files  

  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

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Good (83.3%)
Sufficient (66.7%)
-
-
-
-
Not sure (48.3%)
1590
Month:
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
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
Plain text file db.inc.php Aux. MySql lib for example
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
Plain text file service.php Appl. Access script for callers
Plain text file wsdl.xml Data WSDL

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.