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
Sets the web service connection to access the specified store database. The folloing attributes of the store object are used:
- WebServiceProxy
- WebServiceLogin
- WebServicePassword
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 |
|
Return |
|