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
February 2025 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 Meta
Pages
-
Recent Posts
Tag Archives: php
Code First Approach of Developing Services with WSF/PHP 2.0
In the code first approach, WSF/PHP will generate you the WSDL from your annotated PHP code. If you are familiar with older versions of WSF/PHP you should be already familiar with the syntax used in the annotations which are more … Continue reading
Posted in Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml, xml schema
Tagged 2.0, code first approach, php, wsf/php
Leave a comment
Developing WSF/PHP Webservices With Contract First Approach – 2 Minutes Introduction
WSF/PHP allows you to develop web services with both Contract First (Starting from WSDL) and Code First Approaches. From these two, Contract First approach is the most famous and most recomended way of developing a Webservice. There you need to … Continue reading
Posted in 2 minutes guide, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml schema
Tagged 2 minutes, contract first, php, webservices, wsdl2php, wsf/php
1 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
Make your WordPress Blog a Web Service in Few Steps
With PHP DataServices it is just a matter of putting a little configuration php file to make your database available as a web service. I only needed few minutes to make a simple web service from my blog after figuring … Continue reading
Posted in DataServices, web services, wsf/php
Tagged blog, data services, DataService, guide, php, Steps, Web Service, wordpress, wsf/php
4 Comments
Nested Queries with PHP Data Services
We use the term ‘DataService’ when we expose a database as a web service. WSO2 has a separate product for the DataService space which was earlier shipped bundled with WSAS. There you write a configuration xml explaining what data to … Continue reading
Posted in DataServices, web services, wsf/php, wso2
Tagged data services, DataService, guide, nested queires, php, tutorial, wsf/php
2 Comments
FAQ for WSF/PHP Installation
Answering users questions about wsf/php installation for many months, I thought it is worth to take some time and make a shortlist of some regular questions asked by them. Actually problems has been occurred not only due to users mistakes … Continue reading
Install WSF/PHP with WAMPServer
Formerly I have written several guidelines to install wsf/php in Linux like Installing WSF/PHP 1.2.1 in ubuntu and Install WSF/PHP 1.2.1 with zend core in Ubuntu 7.10. So I thought to prepare a similar guideline for windows specially with my … Continue reading