ePages 7.47.0 - DE_EPAGES/ShopConfiguration/API/WebService/SimpleProvisioningService2.pm

Package DE_EPAGES::ShopConfiguration::API::WebService::SimpleProvisioningService2

Provides simpliefied web service access to create and update shops

Example
use DE_EPAGES::WebService::API::Client;
my $SimpleProvisioningService = DE_EPAGES::WebService::API::Client
    ->uri('urn://epages.de/WebService/SimpleProvisioningService/2009/10')
    ->proxy("http://localhost:80/epages/Site.soap");
$SimpleProvisioningService->userinfo( "/Providers/$ProviderAlias/Users/$Login:$Password" );
$SimpleProvisioningService->create({
    Alias => 'DemoShop2',
    ShopType => 'ECom100',
});

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::SimpleProvisioningService2->new( %Options );
Input
%Options (hash)
user-defined values
Return
$Service (object)
web service object