ePages 6.17.12 - DE_EPAGES/ShopTransferProvider/API/WebService/ShopTransferProviderService.pm

Package DE_EPAGES::ShopTransferProvider::API::WebService::ShopTransferProviderService

Provides web service access to the ShopTransfer from the Site pass over ShopTransferService of a Store.

Example
use DE_EPAGES::WebService::API::Client;
my $ShopTransferProviderService = DE_EPAGES::WebService::API::Client
    ->uri('urn://epages.de/WebService/ShopTransferProviderService/2011/05')
    ->proxy("http://%2fUsers%2f$Login:$Password@Sever.domain/epages/Site.soap");
$ShopTransferProviderService->delete( $ShopID );

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