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: wsdl mode
WSF/PHP Test Cases Explained
WSO2 WSF/PHP comes with a comprehensive set of test cases. It covers the most of the basic/concrete scenarios supported by WSF/PHP. You can find these test cases inside the “src/tests” directory of WSF/PHP source package. Or you can find the … Continue reading
Posted in php, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml schema
Tagged basic, mtom, php, phpt, reliable messaging, rm, schema, security, test-suit, tests, WSDL, wsdl generation, wsdl mode, wsf/php
Leave a comment
WSF/PHP Services Performance test with WSDL Caching
WSDL Caching is first introduced with the WSF/PHP 2.0.0 release to optimize the response time of PHP web services. In WSDL Caching WSF/PHP keeps an intermediate XML model which is generated from the WSDL in memory. This intermediate model which … Continue reading
Posted in perfomance test, WSDL, wsf/php, wso2
Tagged cacheWSDL, optimization, php, response time, test, WSDL Caching, wsdl mode, wsf/php
8 Comments
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
Demo on Providing PHP Web Service with Username Token
WSF/PHP Demo Site contains number of applications that demonstrate the different features of WSO2 WSF/PHP in practice. Calendar Service is one of such application. It demonstrate the use of WSDL Mode for a service with different policies for different operations … Continue reading
WSClient WSDL Mode With Array Based API
In WSF/PHP WDL Mode we have two APIs, first one is the class based API which we give a class object as the input parameter for the operation and expect to retrieve a class object as the response as well. … Continue reading
Posted in Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml schema
Tagged array based, php, WSClient, wsdl mode, wsf/php
Leave a comment
WSO2 Web Services Framework for Ruby (WSF/Ruby) 1.1.0 Released
WSO2 WSF/Ruby is back in a release, after more than 6 months. We released the WSF/Ruby 1.0.0 in this January (with the start of the year work) with a number of features that someone may expect in a WS-* stack. … Continue reading