ePages 6.11.0 - DE_EPAGES/ShopTransfer/API/WebService/ShopTransferService.pm

Package DE_EPAGES::ShopTransfer::API::WebService::ShopTransferService

Provides web service access to the ShopTransfer cartridge.

Example
use DE_EPAGES::WebService::API::Client;
my $ShopTransferService = DE_EPAGES::WebService::API::Client
    ->uri('urn://epages.de/WebService/ShopTransferService/2009/07')
    ->proxy("http://%2fUsers%2f$Login:$Password@localhost:8080/epages/Store.soap");
$ShopTransferService->delete( $ShopID );