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
PHP for Enterprise Applications
As the implementation language for a vast space of the applications through out the web, PHP still finding a proper place in the enterprise space. Can PHP go beyond the conventional web based database back-ended applications?. Can I use public … Continue reading
Do REST in PHP – PHP RESTful Data Services
In RESTful paradigm we give a piece of data ( or in other word ‘Resource’) a unique URL. And in order to manipulate data we use HTTP verbs POST/PUT (create, update), GET (read), DELETE (delete). For an example take the … Continue reading
Posted in DataServices, Tutorial/Guide, web services, wsf/php, wso2
Tagged data services, DataService, DELETE, demo, GET, HTTP, POST, PUT, REST, RESTful, ROA, SOA, WOA
6 Comments
PHP Data Services With WS-Security
Earlier I wrote a blog about how to make your wordpress blog a web service using the WSF/PHP Data Services library. I will expand that post to demonstrate the use of WS-Security features with WSF/PHP. This time it is a … Continue reading
Posted in DataServices, security, Tutorial/Guide, web services, WSDL, wsf/php, wso2
Tagged Authentication. Username Token, data services, DataService, php, policy, securityToken, ws-security
5 Comments
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
Use Axis2/C WSDL2C With Unwrapped Mode for Simpler Code
WSDL2Java and WSDL2C tools shipped with the Axis2/Java project are used to generate Stubs(client side) and Skeletons(Server Side) respectively for Axis2/Java and Axis2/C codes. This make the development of web services and consumers more quicker and easier. The tools come … Continue reading
Posted in adb, axis2/c, codegen, tool, Tutorial/Guide, web services, WSDL, wsdl2c, xml schema
Tagged axis2/c, Code generation, codegen, Easier, Simple, unwrapped, wsdl2c
2 Comments
How to Hack Axis2 Codegen templates from an Axis2 Binary
I have been working for Axis2/C codegen tool for sometime now and I found lot of users who want to edit the codegen templates for a more optimized code specific to their use cases. This is mainly because codegen tool … Continue reading
Posted in adb, axis2/c, codegen, tool, Tutorial/Guide, web services, WSDL, wsdl2c, xml schema
Tagged adb, axis2/c, Axis2/Java, binary, codegen, Custom templates, Skeleton, Stub, Tools, web services, XSLT
Leave a comment
WSO2 WSF/PHP 2.0.0 Just Released!
We have been waiting for a while to do the WSF/PHP 2.0.0 release with a bundle of new features. We took time to test all the features and to make sure they are working smoothly. And it is heavily tested … Continue reading
Posted in wsf/php, wso2
Tagged 2.0.0, data services, DataService, features, RESTful, SOA, WS-*, 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
WSF/PHP WSDL Generation 2 Minutes Introduction
Whenever you deploy a service script in WSF/PHP you can access its WSDL by adding “?wsdl” or “?wsdl2” (for WSDL version 2.0) to the service endpoint. Anyway you may have noticed that for some services it will just list the … Continue reading
Posted in 2 minutes guide, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml schema
Tagged 2 minutes, annotations, WSDL, wsdl generation, wsf/php
5 Comments