Package DE_EPAGES::ShopTransfer::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
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::ShopTransferProviderService->new( %Options ); |
Input |
|
Return |
|