Detailed Description

SoapServer extends nusoap server to actually process requests inside the application context.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 26 of file SoapServer.php.

+ Inheritance diagram for SoapServer:

Public Member Functions

 __construct ()
 
 service ($data)
 
 getDummyOid ($type)
 
 doCall ($action, $params)
 

Public Attributes

const TNS = 'http://wcmf.sourceforge.net'
 

Constructor & Destructor Documentation

__construct ( )

Constructor.

Definition at line 37 of file SoapServer.php.

Member Function Documentation

service (   $data)
See also
nusoap_server::service

Definition at line 95 of file SoapServer.php.

getDummyOid (   $type)

Get a dummy object id to be used in a request.

Parameters
$typeThe entity type
Returns
ObjectId

Definition at line 114 of file SoapServer.php.

doCall (   $action,
  $params 
)

Process a soap call.

Parameters
$actionThe action
$paramsThe action parameters
Returns
The Response instance from the executed Controller

Definition at line 124 of file SoapServer.php.

Member Data Documentation

const TNS = 'http://wcmf.sourceforge.net'

Definition at line 28 of file SoapServer.php.