ePages 6.11.0 - DE_EPAGES/ShopConfiguration/API/WebService/ShopConfigService2.pm

Package DE_EPAGES::ShopConfiguration::API::WebService::ShopConfigService2

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/2005/11')
    ->proxy("http://localhost:80/epages/Site.soap");
$ShopConfigService->userinfo( "/Providers/$ProviderAlias/Users/$Login:$Password" );
$ShopConfigService->delete({
    Alias => 'Store.DemoShop'
});

Functions

new

new

Creates a new web service object as a blessed hash reference and adds the values from the %Options hash.

Syntax
$Service = DE_EPAGES::ShopConfiguration::API::WebService::ShopConfigService2->new( %Options );
Input
%Options (hash)
user-defined values
Return
$Service (object)
web service object