WSO2 Web Services Framework for PHP 1.2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News WSO2 Web Services Framework for PHP 1.2.0 (Default branch)
# 1  
Old 01-08-2008
WSO2 Web Services Framework for PHP 1.2.0 (Default branch)

WSO2 Web Services Framework for PHP is a PHPextension for providing and consuming Webservices. WSO2 WSF/PHP supports SOAP 1.1, SOAP1.2, WSDL generation, WSDL mode (WSDL 1.1 and WSDL2.0), REST style invocation, and some of the keyWS-* stack specifications such as: SOAP MTOM,WS-Addressing, WS-Security, WS-SecurityPolicy, andWS-ReliableMessaging.License: The Apache License 2.0Changes:
WSDL mode code was reimplemented to support WSDL 1.1 as well as WSDL 2.0. In addtion, WSDL mode is now also capable of supporting WS-SecurityPolicy and WS-Addressing. The WSHeader class was improved to support adding custom SOAP headers with child elements. Exposing of member functions defined in PHP classes as Web service operations is now supported. Many bugs related to MTOM, WSDL generation, and WS-Security were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SOAP::WSDL::Server::CGI(3pm)				User Contributed Perl Documentation			      SOAP::WSDL::Server::CGI(3pm)

NAME
SOAP::WSDL::Server::CGI - CGI based SOAP server SYNOPSIS
use MyServer::TestService::TestPort; my $server = MyServer::TestService::TestPort->new({ dispatch_to => 'main', transport_class => 'SOAP::WSDL::Server::CGI', # optional, default }); $server->handle(); USAGE
To use SOAP::WSDL::Server::CGI efficiently, you should first create a server interface using wsdl2perl. SOAP::WSDL::Server dispatches all calls to appropriately named methods in the class or object set via "dispatch_to". See the generated server class on details. DESCRIPTION
Lightweight CGI based SOAP server. SOAP::WSDL::Server::CGI does not provide the fancier things of CGI handling, like URL parsing, parameter extraction or the like, but provides a basic SOAP server using SOAP::WSDL::Server. METHODS
handle See synopsis above. LICENSE AND COPYRIGHT
Copyright 2004-2008 Martin Kutter. This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itself AUTHOR
Martin Kutter <martin.kutter fen-net.de> REPOSITORY INFORMATION
$Rev: 391 $ $LastChangedBy: kutterma $ $Id: Client.pm 391 2007-11-17 21:56:13Z kutterma $ $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Client.pm $ perl v5.10.1 2010-12-21 SOAP::WSDL::Server::CGI(3pm)