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
Category Archives: Tutorial/Guide
WSF/PHP Code First Approach: Returning an Array of String
Here is a problem that many people have asked me how to do it. “Returning an array of string” with the code first approach. The API or WSDL generation annotation guide, http://wso2.org/project/wsf/php/2.0.0/docs/wsdl_generation_api.html contain all the things required in details. Here … Continue reading
Posted in php, SOA, Tutorial/Guide, WSDL, wsf/php, wso2, xml, xml schema
Tagged code first, php, wsdl generation, wsf/php
2 Comments
Writing Business Rules in WSO2 Carbon Platform
If you want to write rules in a Java program you have lot of choices. You can use a third party library like Drools or use the JAVA built-in JSR-94 reference implementation. In WSO2 Carbon, there is a component that … Continue reading
Posted in carbon, SOA, Tutorial/Guide, wso2
Tagged business rules, carbon, esb, java, wso2
2 Comments
Getting the size of BLOB in MySql
If you want to store binary in database, you can use BLOB as the data type of that column. In Mysql you can use TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB depending on your space requirement. Here is an example of database table … Continue reading
Register Today for WSO2 Governance as a Service
WSO2 Governance as a Service is an online multi-tenant supported instance of WSO2 Governance Registry which is the solution for SOA Governance from the WSO2 SOA stack. You can start trying out WSO2 Governance as a Service by accessing the … Continue reading
Posted in Cloud, GaaS, Governance, Governance Registry, SOA, Tutorial/Guide, Uncategorized, web services
Tagged gaas, Governance, SaaS, services, SOA, wso2
3 Comments
Code Generate Custom SOAP Faults For Axis2/C
Web services use SOAP faults to report fault cases back to clients. The faults can be generated from the SOAP framework in a case of invalid SOAP messages, invalid security tokens or they can be generated from the service business … Continue reading
Posted in 2 minutes guide, adb, axis2/c, codegen, SOA, tool, Tutorial/Guide, web services, WSDL, wsdl2c, xml schema
Tagged axis2/c, custom, example, faults, handling, SOAP, throwing, WSDL, wsdl2c
10 Comments
Making Good SOA Great
WSO2 is preparing for the first major release of their enterprise java product series after adapting the OSGI technology. You can already try out the betas from the wso2.org site. WSO2 Web Services Application Server (WSAS) WSO2 Enterprise Service Bus … Continue reading
Posted in carbon, DataServices, SQL, Tutorial/Guide, web services, wso2
Tagged carbon, component, enterprise, OSGI, SOA, wso2
Leave a comment
Hello World To Web Services With C And C++
Once you have a web service, you can write clients to invoke that service from any language, mostly with the help of a framework written in to that particular language. When it comes to C, the most popular choice is … Continue reading
Posted in axiom, axis2/c, SOA, Tutorial/Guide, web services, wsf/c++, wso2, xml
Tagged axis2/c, C, hello world, Web Service, wsf/cpp
Leave a comment
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