Package DE_EPAGES::ShopConfiguration::API::WebService::SimpleProvisioningService3
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/2014/11') ->proxy("http://localhost:80/epages/Site.soap") ->userinfo( "/Providers/$ProviderAlias/Users/$Login:$Password" ); ->create({ Alias => 'DemoShop2', ShopType => 'ECom100', }); |
Functions
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::SimpleProvisioningService3->new( %Options ); |
Input |
|
Return |
|