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: web services
Calling Simple Web Services From Javascript
If you are a web developer, you may have found many occasions you have to create simple mashups for your web site. There you call web services or data services to fill the content of the web page. Most of … Continue reading
Posted in javascript, mashup server, php, SOA, Tutorial/Guide, web services
Tagged mashup, SOAP, web applications, WSRequest
2 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
Using AXIOM/C As The XML Object Model
In Apache Axis2/C AXIOM is used as the basic object model to represent XML. AXIOM provide a DOM like API that allows to traverse and build the XML very easily. Anyway in underneath, AXIOM is different from DOM, as it … Continue reading
Posted in axiom, axis2/c, DataServices, drupal, php, SOA, Tutorial/Guide, web services
Tagged AXIOM/C, axiom_node_t*, axis2/c, Buffer, xml
Leave a comment
Writing a Mashup with Maps and Weather
Few weeks back, I did a screencast on how to consume a web service using WSF/PHP demonstrating an application of US National Digital Weather Forecast Database. In that webservice there are operations like “GmlLatLonList” that retrieve a KML for a … Continue reading
Posted in mashup server, openlayers, SOA, Tutorial/Guide, web services, wso2
Tagged kml, map, mashup, mashup server, openlayers, Weather, wso2
1 Comment
Steps to Convert a SQL Query to a Data Service
With WSF/PHP Data Service library, you can convert a SQL query to a Data Service very easily in few steps. Decide your SQL query first, For the query you may require some input parameters, and you have to decide what … Continue reading
Posted in DataServices, php, SOA, SQL, Tutorial/Guide, web services, wsf/php, wso2
Tagged data service, php, sql query, Web Service, wsf/php
Leave a comment
WSO2 Carbon Explained In Pictures
WSO2 Carbon is getting ready to come out very soon. You want to know what exactly WSO2 Carbon is?. Just check this samisa’s blog about “Carbon In Pictures”.
The Use of SOAP Action with WSF/PHP
In SOAP 1.1, the SOAP action is mentioned as a compulsory HTTP header. In practice it was used to identify the operation for a given request which we identify by the term ‘dispatching operations’. As of SOAP 1.2, the SOAP … Continue reading
Posted in php, SOA, Tutorial/Guide, web services, wsf/php, wso2
Tagged action, php, soap 1.1, soap 1.2, SOAP action, wsf/php
1 Comment
Sending Binary with Apache Axis2/C ADB
Axis2/C ADB is a C language binding to the XML schema. ADB object model represents an XML specific to a given schema in a WSDL. You can use the Axis2 codegen tool to generate ADB codes for your WSDL and … Continue reading
Posted in adb, axis2/c, codegen, SOA, tool, Tutorial/Guide, web services, wsdl2c, xml, xml schema
Tagged adb, axis2/c, base64 binary, binary, wsdl2c
Leave a comment