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
February 2025 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 Meta
Pages
-
Recent Posts
Category Archives: Tutorial/Guide
Use of MySQL ‘GROUP BY’ to Derive Statistics
We use ‘GROUP BY’ SQL construct to query the data with aggregating some rows according to a field. For an example say if your blog database store your blogs in a table call ‘Blog’ and it has ‘Date’ as a … Continue reading
Posted in DataServices, drupal, SQL, Tutorial/Guide
Tagged GROUP BY, SQL, statistics
Leave a comment
Triple Equal Operator and NULL in PHP
A PHP variable has a value and a type. In most practice cases we consider only about the value of the variable. But there may be times we have to consider the type of the variable as well. For an … Continue reading
Sending And Handling Faults From PHP Web Service
Web Service can response with a Fault in 2 occasions. Fault send by the web service framework. (E.g. Invalid authentication, invalid signature found) Fault send by the user business logic. There is a slightly difference in the content of SOAP … Continue reading
Posted in Tutorial/Guide, web services, WSDL, wsf/php, wso2
Tagged exception, fault, php, wsf/php, WSFault
8 Comments
ScreenCast – How to Consume a Web Service Using WSF/PHP
You can watch a Screencast on How to Consume a Web Service Using WSF/PHP from WSO2 Oxygent Tank developer portal. There I have presented the steps you need to follow to consume a web service. I choose US National Digital … Continue reading
Posted in screencast, Tutorial/Guide, web services, WSDL, wsf/php, wso2
Tagged client, php, screencast, WSClient, wsf/php
Leave a comment
WSF/PHP WSDL Mode – Handling XML Schema Arrays
In XML Schema we declare an array or a multiple occurrence of a schema element by setting its maxOccurs attribute to a value greater than 1 or to the value “unbounded” in a case of no maximum boundary. <xs:element maxOccurs=”unbounded” … Continue reading
Posted in Tutorial/Guide, WSDL, wsf/php, wso2, xml, xml schema
Tagged arrays, maxOccurs, php, wsdl mode, wsdl2php, wsf/php, xml schema
Leave a comment
WSDL Generation From PHP – Using Different Names in WSDL and PHP Code
PHP2WSDL feature of the WSF/PHP allows you to generate the WSDL for your service when you access the URL formed by adding “?wsdl” to the service URL ( or you can use service URL + “?wsdl2” to access the wsdl … Continue reading
Posted in Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml, xml schema
Tagged class, classmap, different, names, operation, php, php2wsdl, schema, WSDL, wsf/php
Leave a comment
Coding Schema Inheritance in PHP
If you are thinking of writing a web service or a client based on a WSDL, you can easily generate the code for PHP or any other language using tools likes wsdl2php or other wsdl2xxx category tools. Then you don’t … Continue reading
Posted in Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml, xml schema
Tagged complexContent, complexType, extension, inheritance, php, restriction, schema, simpleContent, simpleType, WSDL, wsdl2php, wsf/php
2 Comments
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
Write RESTful Services in C
You can write REST as well as SOAP web services using Apache Axis2/C web services framework. There you can make existing Axis2/C web services RESTful just by providing the URL patterns and the HTTP methods to each operation in the … Continue reading
Posted in REST, RESTful, Tutorial/Guide, web services
Tagged axis2/c, C, REST, RESTful, services, services.xml
8 Comments