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
November 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 Meta
Pages
-
Recent Posts
Category Archives: DataServices
Steps to Convert a SQL Query to a Data Service
With WSF/PHP Data Service library, you can convert a SQL query to a Data Service very easily in few steps. Decide your SQL query first, For the query you may require some input parameters, and you have to decide what … Continue reading
Posted in DataServices, php, SOA, SQL, Tutorial/Guide, web services, wsf/php, wso2
Tagged data service, php, sql query, Web Service, wsf/php
Leave a comment
WSO2 Carbon Explained In Pictures
WSO2 Carbon is getting ready to come out very soon. You want to know what exactly WSO2 Carbon is?. Just check this samisa’s blog about “Carbon In Pictures”.
Data Services – Databases For SOA
Database plays a big role in any day-today application. It is a major component from accounting, web portal, CMS, SaaS applications, search engines to all enterprise applications. In traditional MVC(Model-View-Controller) applications we talk about the Model component which represent the … Continue reading
Posted in DataServices, php, REST, SOA, web services, wsf/php, wso2
Tagged data services, databases, SOA, wsf/php
Leave a comment
WS-SecurityPolicy With PHP
WS-SecurityPolicy specification defines standards for defining security policies for your web service. WSF/PHP allows you to declare your security policies according to these standards. You can take one of following approaches to associate policies to your web service or client. … Continue reading
Posted in DataServices, php, REST, security, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml, xml schema
Tagged php, policy, ws-policy, ws-security, ws-security policy, WSDL, wsf/php
14 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
WSF/PHP Samples Explained
Here is a simple categorization of the WSF/PHP samples. You can access all the wsf/php samples from http://labs.wso2.org/wsf/php/solutions/samples/index.html. Sample Category Example Client Source Code Example Service Source Code Online Demo Beginners echo_client.php echo_service.php Demo REST echo_client_rest.php echo_service_with_rest.php Demo WSDL Mode … Continue reading
Posted in DataServices, php, REST, security, Tutorial/Guide, web services, WSDL, wsf/php, wso2
Tagged beginners, code first, contract first, data services, mtom, php, reliable messaging, REST, samples, security, WSDL, wsf/php
Leave a comment
Use of MySQL ‘GROUP BY’ to Derive Statistics
We use ‘GROUP BY’ SQL construct to query the data with aggregating some rows according to a field. For an example say if your blog database store your blogs in a table call ‘Blog’ and it has ‘Date’ as a … Continue reading
Posted in DataServices, drupal, SQL, Tutorial/Guide
Tagged GROUP BY, SQL, statistics
Leave a 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
MSSQL(Microsoft SQL) Data Services In PHP
PHP in most percentage is used with MySQL Server in LAMP or WAMP stacks. But there may be situations where PHP uses MSSQL databases in back-end. And PHP scripts can be used to make Web services exposing MSSQL Databases. That … Continue reading
Posted in DataServices, REST, Tutorial/Guide, web services, WSDL, wsf/php
Tagged data services, guide, MSSQL, php, wsdl generation, wsf/php
4 Comments
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