ePages 6.17.17 - DE_EPAGES/ShopTransfer/API/WebService/ShopTransferService.pm

Package DE_EPAGES::ShopTransfer::API::WebService::ShopTransferService

Provides web service access to the ShopTransfer cartridge.

Example
use DE_EPAGES::WebService::API::Client;
my $ShopTransferService = DE_EPAGES::WebService::API::Client
    ->uri('urn://epages.de/WebService/ShopTransferService/2009/07')
    ->proxy("http://%2fUsers%2f$Login:$Password@localhost:8080/epages/Store.soap");
$ShopTransferService->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::ShopTransfer::API::WebService::ShopTransferService->new( %Options );
Input
%Options (hash)
user-defined values
Return
$Service (object)
web service object