ePages 6.10 - DE_EPAGES/WebService/Servlet/Soap.pm

Package DE_EPAGES::WebService::Servlet::Soap

implements dispatching of SOAP requests to cartridge modules.

@EXPORT_OK
GetSoapServer

Functions

GetSoapServer
getStoreName

GetSoapServer

returns the current SOAP::Lite server instance. Call this function only within a SOAP request.

Syntax
$Server = GetSoapServer();
Return
$Server (SharedLib::SOAP::SoapServer)
SOAP server object

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;