ePages 6.10 - DE_EPAGES/ShopConfiguration/API/StoreWebServiceClient.pm

Package DE_EPAGES::ShopConfiguration::API::StoreWebServiceClient

Creates web service clients to access a store database given the attributes of a Store object.

Base
DE_EPAGES::WebService::API::Client
Example
my $FactoryService = DE_EPAGES::ShopConfiguration::API::StoreWebServiceClient->new(
    'store' => $Store,
    'uri' => 'urn://epages.de/WebService/FactoryService/2004/08'
);

Functions

store

store

Sets the web service connection to access the specified store database. The folloing attributes of the store object are used:

Syntax
$Service = $Service->store( $Store );
Example
my $Service = DE_EPAGES::ShopConfiguration::API::StoreWebServiceClient->new(
    store => $ShopRef->get('Store'),
    uri => 'urn://epages.de/WebService/ShopService/2004/08'
);
$Service->store( $ShopRef->get('Store') );
Input
$Store (object)
store object to get connection parameters
Return
$Service (object)
returns the web service object