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: REST
Book on RESTful PHP Web Services
Samisa Abeysinghe who is the director of engineering at WSO2 and one of the key leaders of the WSF/PHP project has published a book titled RESTful PHP Web Services. In Samisa’s Blog He describes the structure and the content of … Continue reading
Posted in REST, RESTful, web services, wsf/php, wso2
Tagged Book, php, RESTful, web services
Leave a comment
Demo on Consuming Flickr, Yahoo and Amazon Search Web Services
WSF/PHP Demo Site contains number of sample web service applications which demonstrate the different features of WSF/PHP. From these demos, Mashup Search Demo demonstrate the use of publicly available web services to create a search mashup in your web site. … Continue reading
Posted in REST, Tutorial/Guide, web services, wsf/php, wso2
Tagged amazon, flickr, public web services, web services, yahoo
Leave a comment
Write RESTful Services in C
You can write REST as well as SOAP web services using Apache Axis2/C web services framework. There you can make existing Axis2/C web services RESTful just by providing the URL patterns and the HTTP methods to each operation in the … Continue reading
Posted in REST, RESTful, Tutorial/Guide, web services
Tagged axis2/c, C, REST, RESTful, services, services.xml
8 Comments
DEMO on a SOAP and REST Client with PHP
Last week I wrote a how to on Writing a SOAP and REST Service with PHP. It shows how to write a single script that enables the SOAP and REST web services interfaces using WSF/PHP. Today I’m going to show … Continue reading
Posted in REST, Tutorial/Guide, web services, wsf/php, wso2
Tagged amazon, demo, REST, SOAP, WSClient
2 Comments
Writing a Simple REST and SOAP Service With PHP
WSF/PHP enables you to write both REST and SOAP services in PHP from a single script. I have written about how you can expose your Database as a REST and SOAP services in few of my previous posts using the … Continue reading
Posted in REST, RESTful, Tutorial/Guide, web services, wsf/php, wso2
Tagged php, REST, RESTful, SOAP, Weather, wsf/php
6 Comments
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
The Design of the Twitter REST API
The REST API for Twitter is very simple to learn and implement. And it has a comprehensive documentation. Here is some selected operations to just to show its design. Note that here userid should be replaced with a valid twitter … Continue reading
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