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
December 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 31 Meta
Pages
-
Recent Posts
Tag Archives: web services
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
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
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
Detect Replay Attacks In to Your PHP Web Service
Replay attack is a common kind of attack, the hackers are using to break the security of a web service. If you can intercept one soap message while it is transferring through the wire, you can replay that message to … Continue reading
Posted in php, security, Tutorial/Guide, web services, wsf/php, wso2
Tagged php, replay detect, replay detection, security, web services, ws-security, wsf/php
2 Comments
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
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
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
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