Package DE_EPAGES::SEUR::API::SOAP::RemoteSEUR
Functions
reportError
It checks if SEUR web service answer was correct or not by returning a boolean value. Also, it logs appropriate information about the success or failure to the communications.log (if the reporting is activated).
Syntax |
$self->reportError($answer, $trace); |
Input |
|
Return |
|
serviceCall
Entry point for calling SEUR web services
Syntax |
($answer, $trace) = $self->serviceCall( $service_method, $WSDL_Path_File, $request_parameters ); |
Input |
|
Return |
|
xmlReader
It transforms XML string into corresponding Hash by using XSD schema.
Syntax |
xmlReader($xmlString, $serviceName, $elementName); |
Input |
|
Return |
|
xmlWriter
It transforms XML string into corresponding Hash by using XSD schema.
Syntax |
xmlWriter($xmlString, $serviceName, $elementName); |
Input |
|
Return |
|