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: August 2008
How to Build Custom SOAP Headers in WSDL Using Axis2/C and WSF/PHP
SOAP Headers are used in many WS-* standards (for an example WS-Security) to transmit information related to the QOS aspects of the service. So only the SOAP engines which process these QOS parameters are supposed to see these headers. Web … Continue reading
Send Binary in SOAP with WSF/PHP 1.3.2
In a valid XML you can only have text and you can not have binary characters. SOAP which in fact an XML is also having this issue. So it is not staright forward to send binary data in SOAP. But … Continue reading
XML Schema nillable=”true” vs minOccurs=”0″
In a WSDL, XML Schema is the section where it define the message format for each operations, which eventually become the real API that users are interested. And it is the most tricky part of the WSDL. Nowadays there are … Continue reading
Posted in web services, WSDL, xml, xml schema
Tagged minOccurs, nillable, WSDL, xml, xml schema
21 Comments
Install PHP, WSF/PHP and DataServices in a Shared Hosting Environment
If you have a shared hosting environment you will find it is not straight forward to install WSO2 WSF/PHP + PHP DataServices Library since you have very limited authority on your environment. Here in this post, I’m explaining the steps … Continue reading
Posted in DataServices, Tutorial/Guide, web services, wsf/php, wso2
Tagged cgi, data services, DataService, dreamhost, fastcgi, guide, install, lamp, php, php.cgi, php.ini, Shared hosting environment, wsf/php, wso2
7 Comments
Make your WordPress Blog a Web Service in Few Steps
With PHP DataServices it is just a matter of putting a little configuration php file to make your database available as a web service. I only needed few minutes to make a simple web service from my blog after figuring … Continue reading
Posted in DataServices, web services, wsf/php
Tagged blog, data services, DataService, guide, php, Steps, Web Service, wordpress, wsf/php
4 Comments
Nested Queries with PHP Data Services
We use the term ‘DataService’ when we expose a database as a web service. WSO2 has a separate product for the DataService space which was earlier shipped bundled with WSAS. There you write a configuration xml explaining what data to … Continue reading
Posted in DataServices, web services, wsf/php, wso2
Tagged data services, DataService, guide, nested queires, php, tutorial, wsf/php
2 Comments