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
Meta
Pages
-
Recent Posts
Monthly Archives: September 2008
XPath in SimpleXML
SimpleXML as it name imply, is a very simple API to traverse XML implemented specially in PHP language. It is very similar to the XPath, but since it has more PHP friendly syntax PHP developers really like to use it. … Continue reading
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
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
WSF/PHP Webinar
WSO2 WSF/PHP Webinar slides are now online. It basically contains an introduction to the WSF/PHP project, the features in its last week hot release and its enterprise applications. WSF PHP 2.0.0 Webinar Sep 2008 You can watch the video of … Continue reading
Posted in web services, wsf/php, wso2
Tagged enterprise, php, SOA, web services, webinar, wsf/php
Leave a comment
Authenticate using Username Token from PHP – 2 Minutes Introduction
Username token is a simple token sent inside SOAP message header element with username and password information. It is used to authenticate SOAP messages in a standardized way. Sending Username Token To send username token with WSF/PHP you can use … Continue reading
Posted in 2 minutes guide, security, Tutorial/Guide, web services, wsf/php, wso2
Tagged 2 minutes, authentication, php, username token, wsf/php
3 Comments
Send Binary With Web Services in PHP – 2 Minutes Introduction
In PHP you have several ways of sending binary data. It can be primarily categorized in to non-optimized method (send as base64 binary) and optimized method (send as MTOM or SWA). Here I m talking about how to send binaries … Continue reading
Posted in 2 minutes guide, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml schema
Tagged 2 minutes, base64, binary, mtom, php, SWA, web services, wsf/php
3 Comments
WSDL2PHP 2 Minutes Introduction
WSDL2PHP makes the development of web service providers and consumers quick and easy. I wrote a 2 minutes guide on developing web services providers sometimes ago. So lets concentrate on developing web service consumers here. Where is WSDL2PHP? WSDL2PHP script … Continue reading
Posted in 2 minutes guide, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml schema
Tagged 2 minutes, client, consumers, guide, WSClient, WSDL, wsdl2php, wsf/php
19 Comments
SOA Way of Writing PHP
Traditional way of Writing PHP Let me draw a component diagram of a typical traditional(conventional) PHP web application. With this design you get the advantages of the client-server architecture and the MVC design pattern. Advantages of the Traditional Approach You … Continue reading
Posted in DataServices, security, Tutorial/Guide, web services, wsf/php, wso2
Tagged data services, distributed, Figures, MVC, SOA, Traditionl, web services, WS-*
7 Comments