Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errore chiamando servizio C030 in ambiente di collaudo #4873

Open
gestionesistemi opened this issue Mar 24, 2025 · 6 comments
Open

Errore chiamando servizio C030 in ambiente di collaudo #4873

gestionesistemi opened this issue Mar 24, 2025 · 6 comments

Comments

@gestionesistemi
Copy link

Buongiorno,
quando eseguo una chiamata al servizio C030 in ambiente di collaudo con questo body:
{"idOperazioneClient":"1",
"criteriRicerca":{"codiceFiscale":"QNTSGT90A01H501X"},
"datiRichiesta":{"dataRiferimentoRichiesta":"2025-03-04",
"motivoRichiesta":"PROT.NUM.12345",
"casoUso":"C030"}
}
ottengo questa risposta:
{
"type": "https://govway.org/handling-errors/400/InteroperabilityInvalidRequest.html",
"title": "InteroperabilityInvalidRequest",
"status": 400,
"detail": "Received request is not conform to the required interoperability profile",
"govway_id": "b131c225-08bb-11f0-b33b-005056ae1884"
}

se invece eseguo la stessa richiesta in produzione ottengo:
{
"listaErrori": [ {
"codiceErroreAnomalia": "EN122",
"testoErroreAnomalia": "La richiesta effettuata non produce alcun risultato",
"tipoErroreAnomalia": "E"
}],
"idOperazioneANPR": "71dd9d4a-08bf-11f0-9bef-005056ae21f8"
}

Potete indicarmi cosa sbaglio in ambiente di test?
Grazie

@e-mattei
Copy link
Collaborator

Buonasera,
l'errore è presente nel token Agid-JWT-Signature, con precisione:
"Header HTTP 'Digest' possiede un valore non corrispondente al messaggio".

Saluti.

@gestionesistemi
Copy link
Author

Buongiorno, ho fatto una correzione, ma continuo a ricevere l'errore:
{
"type": "https://govway.org/handling-errors/400/InteroperabilityInvalidRequest.html",
"title": "InteroperabilityInvalidRequest",
"status": 400,
"detail": "Received request is not conform to the required interoperability profile",
"govway_id": "cd9731fe-0ae2-11f0-be95-005056ae5232"
}
potete dirmi se è lo stesso problema o se il motivo dell'errore è cambiato?
Grazie

@gestionesistemi
Copy link
Author

Buongiorno, ho provato a fare un'altra modifica agli header http, ma ottengo sempre lo stesso errore.
{
"type": "https://govway.org/handling-errors/400/InteroperabilityInvalidRequest.html",
"title": "InteroperabilityInvalidRequest",
"status": 400,
"detail": "Received request is not conform to the required interoperability profile",
"govway_id": "4bfa0ecb-0ae6-11f0-8bcb-005056ae1884"
}
potete dirmi se il problema è sempre lo stesso?

@e-mattei
Copy link
Collaborator

e-mattei commented Apr 1, 2025

Buonasera,
nel claim del token di AUDIT non sono state inserite queste due informazioni: userID e userLocation.

Saluti.

@gestionesistemi
Copy link
Author

Buongiorno, ho corretto l'errore e reinserito userID e userLocation, però purtroppo ottengo ancora un errore:
{
"type": "https://govway.org/handling-errors/400/InteroperabilityInvalidRequest.html",
"title": "InteroperabilityInvalidRequest",
"status": 400,
"detail": "Received request is not conform to the required interoperability profile",
"govway_id": "1349c132-0f01-11f0-9d3b-005056ae1884"
}
riuscite a dirmi cosa ho sbagliato adesso?
grazie mille

@e-mattei
Copy link
Collaborator

e-mattei commented Apr 2, 2025

Buongiorno,
l'errore è nuovamente presente nel token Agid-JWT-Signature, con precisione:
"Header HTTP 'Digest' possiede un valore non corrispondente al messaggio".

Saluti.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants