Package DE_EPAGES::Amazon::API::Object::MapperMWSProduct
Maps the MWSProduct webservice from Amazon to a data transfer object
Functions
initLibXML
checks if the incomming string is a xml and initiated LibXML
Syntax |
my $LibXMLHandler = initLibXML( $XML ); |
Input |
|
Return |
|
my
maps between the Amazons service MWSProduct xml response and the epages DTO
Syntax |
my $ListsOfDTOs = mapXMLToDTO( $XML, $ShopURL ); |
Input |
|
Return |
|
new
constructor for MWSProduct webservice. Can receice two xml namespaces If not it will use the default URLs.
Syntax |
my $Object = new('http://standart/namespace/URL','http://amazon/namespace/URL'); |
Input |
|
Return |
|