Class Horde_Rpc_Soap
The Horde_Rpc_Soap class provides a PHP 5 Soap implementation of the Horde RPC system.
Copyright 2003-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Rpc
- Horde_Rpc_Soap
public
|
#
__construct( Horde_Controller_Request_Http $request, array $params = array() )
SOAP server constructor |
public
string
|
|
public static
mixed
|
authorize(),
factory(),
getInput(),
getResponseContentType(),
sendOutput()
|
public
object
|
$_server
Resource handler for the SOAP server. |
|
public
array
|
$_allowedTypes
List of types to emit in the WSDL. |
#
array()
|
public
array
|
$_allowedMethods
List of method names to allow. |
#
array()
|
public
string
|
$_serviceName
Name of the SOAP service to use in the WSDL. |
#
null
|
$_params,
$_requestMissingAuthorization,
$_requireAuthorization
|