####
soap:Server
Policy exception
POL0001
A policy error occurred. Error code is POL-008: TPA is invalid.
POL-008
TPA is invalid.
##
##
return +{
Fault => {
detail => {
PolicyException => {
messageId => $error_code,
text => $error_message,
variables => [
$error_code,
$error_message,
],
}
},
faultcode => pack_type('SOAP-ENV', 'Server'),
faultstring => 'Policy exception',
},
};
##
##
SOAP-ENV:Server
Policy exception
##
##
warning: Answer included
error: element `{http://www.csapi.org/schema/parlayx/common/v3_1}PolicyException' not processed at {http://schemas.xmlsoap.org/soap/envelope/}Fault