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
Tag Archives: SOAP
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
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
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
DEMO on a SOAP and REST Client with PHP
Last week I wrote a how to on Writing a SOAP and REST Service with PHP. It shows how to write a single script that enables the SOAP and REST web services interfaces using WSF/PHP. Today I’m going to show … Continue reading
Posted in REST, Tutorial/Guide, web services, wsf/php, wso2
Tagged amazon, demo, REST, SOAP, WSClient
2 Comments
Writing a Simple REST and SOAP Service With PHP
WSF/PHP enables you to write both REST and SOAP services in PHP from a single script. I have written about how you can expose your Database as a REST and SOAP services in few of my previous posts using the … Continue reading
Posted in REST, RESTful, Tutorial/Guide, web services, wsf/php, wso2
Tagged php, REST, RESTful, SOAP, Weather, wsf/php
6 Comments
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