Agregar en la primera linea webservice/dispatcher.php para que habilite los CORS
header('Access-Control-Allow-Origin: \*');
header("Access-Control-Allow-Methods: GET, POST, HEAD, OPTIONS, PUT, DELETE");
header("Access-Control-Allow-Headers: Content-Type, Authorization, Access-Control-Allow-Headers, X-Requested-With");
Modificar en el archivo env.js el WEBSERVICE_KEY y DOMAIN_API