Cita:
El código es el siguiente:object(SoapFault)#9 (10) { ["message":protected]=> string(754) "com.fasterxml.jackson.databind.exc.UnrecognizedPr opertyException:Unrecognized field 'Obligations', not marked as ignorable
Código PHP:
$params = array(
'token' => $TOKEN,
'sign' => $SIGN,
'paymentEntity' => 1001,
'form' => array(
'formNumber' => 6042,
'idPaymentType' => 951,
'Obligations' => array (
'Taxes' => array(
'amount' => 602.0,
'tax' => 6041
)
)
)
);
$results_Request = $client_form->createForm($params);