Package DE_EPAGES::Shop::API::WebService::ShopService2
Provides web service access to shops.
Example |
use DE_EPAGES::WebService::API::Client; my $FactoryService = DE_EPAGES::WebService::API::Client ->uri('urn://epages.de/WebService/FactoryService/2004/08') ->proxy("http://%2fUsers%2f$Login:$Password@localhost:8080/epages/Store.soap"); my $ShopID = $FactoryService->objectByPath('/Shops/DemoShop')->result; my $ShopService = DE_EPAGES::WebService::API::Client ->uri('urn://epages.de/WebService/ShopService/2015/10') ->proxy("http://%2fUsers%2f$Login:$Password@localhost:8080/epages/Store.soap"); $ShopService->registerUnity($ShopID); |
Functions
registerUnity
Registers a Unity shop via DE_EPAGES::Shop::API::Object::Shop::registerUnity.
Syntax |
$ShopService->registerUnity($ShopID); |
Input |
|