ePages 6.13.1 - DE_EPAGES/Amazon/API/SOAP/GetOrderDocumentResponseHandler.pm

Package DE_EPAGES::Amazon::API::SOAP::GetOrderDocumentResponseHandler

SOAP response handler for order documents.

Base
DE_EPAGES::Amazon::API::SOAP::SOAPResponseHandler

Functions

_handleOrderReport
handleSOAPResponse

_handleOrderReport

handler for SOM structure //doc of SOAP message. Adds all found orders to ResultArray

Syntax
$Object->_handleOrderReport( $SOMInput );
Input
$SOMInput (object)
SOM tree
Return
(null)
none

handleSOAPResponse

handler for SOM structure returned by soap client, sets result data

Syntax
$Object->handleSOAPResponse( $Input );
Example
$Object->handleSOAPResponse( ExampleData );
Input
$som (object)
SOM tree
Return
(null)
none