Package DE_EPAGES::WebService::Servlet::Soap
implements dispatching of SOAP requests to cartridge modules.
@EXPORT_OK |
Functions
GetSoapServer
returns the current SOAP::Lite server instance. Call this function only within a SOAP request.
Syntax |
$Server = GetSoapServer(); |
Return |
|
getStoreName
Returns name of the store given in uri of request. the store name as to
be "$storename.$extension".
Both $storename and $extension consist of word characters only.
Overwrite this method for other possible store name possitions in the URL.
Syntax |
$StoreName = $self->getStoreName; |