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: wsf/php
WSO2 Web Services Framework for PHP 2.1.0 Released
WSO2 just released a newer version of the popular web services framework for php (WSF/PHP). It has lot of bug fixes + performance improvement. And it now support PHP 5.3. So you can use wsf/php with the latest php version. … Continue reading
PHP Web Services: Webinar From WSO2 And Zend
WSO2 and Zend jointly present a webinar titling “PHP Web Services: Why You Should Care” on 26th of May, 2010. The webinar will mainly focus on the following aspects, • Understand Web services development best practices • Discuss Web service … Continue reading
Posted in SOA, web services, wsf/php, wso2
Tagged php, web services, webinar, wsf/php, wso2, zend
2 Comments
WSF/PHP Code First Approach: Returning an Array of String
Here is a problem that many people have asked me how to do it. “Returning an array of string” with the code first approach. The API or WSDL generation annotation guide, http://wso2.org/project/wsf/php/2.0.0/docs/wsdl_generation_api.html contain all the things required in details. Here … Continue reading
Posted in php, SOA, Tutorial/Guide, WSDL, wsf/php, wso2, xml, xml schema
Tagged code first, php, wsdl generation, wsf/php
2 Comments
Apache Stonehenge Releases First Milestone
Apache Stonehenge, A project to demonstrate the interoperability between heterogeneous platforms has done their first milestone release few days back. The first milestone demonstrate the interoperability between .NET – Microsoft WCF implementation Java – WSO2 Web Service Application Server (WSAS) … Continue reading
Posted in Stonehenge, wsas, wsf/php, wso2
Leave a comment
Case Study – PHP Data Services To Extract Content from Drupal Database
In this case study “ PHP Data Services Extract Content from Drupal Database“, I intended to present how Data Service concepts can be applied to extract data with marketing value from a CMS database and publish it as web services. … Continue reading
Posted in case study, data services, drupal, mashup server, php, SOA, wsf/php, wso2
Tagged case study, data services, drupal, php
Leave a comment
Article Introducing PHP Data Services
Now you can view the article I wrote titling “Introduction to PHP Data Services“. There I explain how you can design and implement Data Services in PHP using WSF/PHP Data Services Library. This article covers, Designing your Data Service API. … Continue reading
Posted in database, DataServices, design, php, REST, RESTful, SOA, SQL, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml
Tagged database, DataServices, design, introduction, php, RESTful, SOA, SOAP, web services, WS-*, ws-security, wsf/php
Leave a comment
RESTful PHP Web Services – Book Review
PHP is one of the famous choice, when it comes to develop a web site. As the web evolve with the emerge of web service, REST (REpresentational State Transfer) concepts, the PHP language is also adapted to the new requirements … Continue reading
PHP Web Services – Authentication Based on Client’s IP
Explains with code samples how a PHP web service can be written to authenticate clients based on their IPs. Continue reading
Posted in php, SOA, Tutorial/Guide, web services, wsf/php, wso2
Tagged $_SERVER, authenticate, IP, REMOTE_ADDR, REMOTE_HOST, web services, wsf/php
6 Comments
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