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
Tag Archives: wsdl2php
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
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
Online Tools for PHP Web Services Developers
PHP Web Services Demo Site contains a set of nice tools that help development of web services in PHP. WSDL2PHP tool – This allow you to generate PHP code for your WSDL. Note that this need your wsdl to be … Continue reading
Posted in DataServices, web services, WSDL, wsf/php, wso2
Tagged .dbs, data services, DataService, dbs2php, demo site, online, php2wsdl, Tools, wsdl2php
Leave a comment
WSDL2PHP 2 Minutes Introduction
WSDL2PHP makes the development of web service providers and consumers quick and easy. I wrote a 2 minutes guide on developing web services providers sometimes ago. So lets concentrate on developing web service consumers here. Where is WSDL2PHP? WSDL2PHP script … Continue reading
Posted in 2 minutes guide, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml schema
Tagged 2 minutes, client, consumers, guide, WSClient, WSDL, wsdl2php, wsf/php
19 Comments
Developing WSF/PHP Webservices With Contract First Approach – 2 Minutes Introduction
WSF/PHP allows you to develop web services with both Contract First (Starting from WSDL) and Code First Approaches. From these two, Contract First approach is the most famous and most recomended way of developing a Webservice. There you need to … Continue reading
Posted in 2 minutes guide, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml schema
Tagged 2 minutes, contract first, php, webservices, wsdl2php, wsf/php
1 Comment