Package DE_EPAGES::Shop::API::WebService::ShopService3
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/2017/11') ->proxy("http://%2fUsers%2f$Login:$Password@localhost:8080/epages/Store.soap"); $ShopService->registerUnity($ShopID); |
Functions
setShopAddress
Sets the shop address.
Syntax |
$ShopService->shopService->setShopAddress( $ShopID, $hShopAddress ); |
Input |
|