ePages 6.10 - DE_EPAGES/ShopConfiguration/API/WebService/ShopConfigService5.pm

Package DE_EPAGES::ShopConfiguration::API::WebService::ShopConfigService5

Provides web service access to create and delete shops

Example
use DE_EPAGES::WebService::API::Client;
my $ShopConfigService = DE_EPAGES::WebService::API::Client
    ->uri('urn://epages.de/WebService/ShopConfigService/2009/04')
    ->proxy("http://localhost:80/epages/Site.soap");
$ShopConfigService->userinfo( "/Providers/$ProviderAlias/Users/$Login:$Password" );
$ShopConfigService->delete({
    Alias => 'DemoShop'
});