Package DE_EPAGES::WebService::API::WebService::CartridgeService
provides web service access to cartridges
Example |
use DE_EPAGES::WebService::API::Client; my $CartridgeService = DE_EPAGES::WebService::API::Client ->uri('urn://epages.de/WebService/CartridgeService/2004/08') ->proxy("http://%2fUsers%2f$Login:$Password\@localhost:8080/epages/Store.soap"); my $ahCartridges = $CartridgeService->getAllInfo->result; |
Functions
getAllInfo
Returns a list of all installed cartridges.
Syntax |
my $ahCartridges = $CartridgeService->getAllInfo->result; |
Return |
|
isCartridgeInstalled
Return 1 if the Cartridge with the given Package is installed.
Syntax |
my $IsInstalled = $CartridgeService->isCartridgeInstalled->result; |
Return |
|