Tags
2 minutes adb axis2/c base64 binary bps carbon codegen DataService data services enterprise esb Governance guide install mashup mtom php policy registry release REST RESTful security services SOA SOAP Tools tutorial Web Service web services wordpress WS-* ws-security wsas WSClient WSDL wsdl2php wsdl generation wsdl mode wsf wsf/php wso2 xml xml schemaArchives
- July 2010 (1)
- June 2010 (1)
- May 2010 (3)
- February 2010 (1)
- January 2010 (6)
- December 2009 (1)
- November 2009 (1)
- October 2009 (2)
- August 2009 (1)
- July 2009 (3)
- June 2009 (2)
- April 2009 (1)
- March 2009 (3)
- February 2009 (4)
- January 2009 (5)
- December 2008 (12)
- November 2008 (20)
- October 2008 (21)
- September 2008 (21)
- August 2008 (9)
- July 2008 (7)
Calendar
October 2024 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Meta
Pages
-
Recent Posts
Tag Archives: DataService
PHP Data Services with PostgreSQL
LAMP (Linux + Apache + Mysql + PHP) stack powers many servers in the Internet today. For a LAMP server, PostgreSQL could be the first alternative to Mysql. Similar to PHP + MySQL, PHP + PostgreSQL too can be easily … Continue reading
Posted in 2 minutes guide, DataServices, php, REST, SOA, SQL, Tutorial/Guide, web services, WSDL, wsf/php, wso2
Tagged data services, DataService, pdo_pgsql, pgsql, php, postgresql, wsf/php
2 Comments
RESTful URL Mapping in WSF/PHP
In a RESTful design, choose of URLs for resources are really important. The URL uniquely represents a resource. Service consumers can change some parts in the URL to access different other resources. So it is clear that the URL consists … Continue reading
Posted in DataServices, php, REST, RESTful, SQL, Tutorial/Guide, web services, wsf/php, wso2
Tagged data services, DataService, php, RESTful, RESTfulSchool, URL Mapping, wsf/php
1 Comment
Data Services with SQLite in PHP
Yesterday I wrote a how-to on doing MSSQL DataService in PHP. It was just about installing necessary PDO drivers and setting the following configurations about your Database. // database configurations $config = array( “db” => “mssql”, “username” => DB_USERNAME “password” … Continue reading
Posted in DataServices, Tutorial/Guide, web services
Tagged data services, DataService, php, SQLite, wsf/php
1 Comment
Online Tools for PHP Web Services Developers
PHP Web Services Demo Site contains a set of nice tools that help development of web services in PHP. WSDL2PHP tool – This allow you to generate PHP code for your WSDL. Note that this need your wsdl to be … Continue reading
Posted in DataServices, web services, WSDL, wsf/php, wso2
Tagged .dbs, data services, DataService, dbs2php, demo site, online, php2wsdl, Tools, wsdl2php
Leave a comment
RESTful CRUD Data Services Demo
When you are developing Web Service for CRUD (Create, Read, Update, Delete) operations you may find it is easy to implement it as RESTful service. In this Demo on RESTful CRUD Service You can have an idea how you develop … Continue reading
Posted in DataServices, REST, RESTful, Tutorial/Guide, web services, wsf/php, wso2
Tagged applications, CRUD, data services, DataService, demo, php, REST, RESTful, wsf/php
1 Comment
Do REST in PHP – PHP RESTful Data Services
In RESTful paradigm we give a piece of data ( or in other word ‘Resource’) a unique URL. And in order to manipulate data we use HTTP verbs POST/PUT (create, update), GET (read), DELETE (delete). For an example take the … Continue reading
Posted in DataServices, Tutorial/Guide, web services, wsf/php, wso2
Tagged data services, DataService, DELETE, demo, GET, HTTP, POST, PUT, REST, RESTful, ROA, SOA, WOA
6 Comments
PHP Data Services With WS-Security
Earlier I wrote a blog about how to make your wordpress blog a web service using the WSF/PHP Data Services library. I will expand that post to demonstrate the use of WS-Security features with WSF/PHP. This time it is a … Continue reading
Posted in DataServices, security, Tutorial/Guide, web services, WSDL, wsf/php, wso2
Tagged Authentication. Username Token, data services, DataService, php, policy, securityToken, ws-security
5 Comments
WSO2 WSF/PHP 2.0.0 Just Released!
We have been waiting for a while to do the WSF/PHP 2.0.0 release with a bundle of new features. We took time to test all the features and to make sure they are working smoothly. And it is heavily tested … Continue reading
Posted in wsf/php, wso2
Tagged 2.0.0, data services, DataService, features, RESTful, SOA, WS-*, wsf/php
Leave a comment
PHP DataServices 2 Minutes Introduction
We use the term DataServices for exposing a Database as a WebService. PHP DataServices library make this task easy by providing a very simple API to the developers. The API is designed to let the service developer to provide the … Continue reading
Posted in 2 minutes guide, DataServices, Tutorial/Guide, web services, wsf/php, wso2
Tagged 2 minutes, data services, DataService, php, wsf/php
Leave a comment
Install PHP, WSF/PHP and DataServices in a Shared Hosting Environment
If you have a shared hosting environment you will find it is not straight forward to install WSO2 WSF/PHP + PHP DataServices Library since you have very limited authority on your environment. Here in this post, I’m explaining the steps … Continue reading
Posted in DataServices, Tutorial/Guide, web services, wsf/php, wso2
Tagged cgi, data services, DataService, dreamhost, fastcgi, guide, install, lamp, php, php.cgi, php.ini, Shared hosting environment, wsf/php, wso2
7 Comments