Skip to content

pagopa/pagopa-fdr-xml-to-json

Repository files navigation

pagoPA Functions fdr-xml-to-json-fn

Java fdr-re-to-datastore Azure Function. The function aims to convert FdR reports from XML format to JSON format.

Quality Gate Status


Run locally with Docker

docker build -t pagopa-functions-fdr-xml-to-json .

docker run -it -rm -p 8999:80 pagopa-functions-fdr-xml-to-json

Test

curl http://localhost:8999/example

Run locally with Maven

In order to autogenerate the required classes, please run the command:
mvn clean package

In order to test the Azure Function in local environment, please run the command: mvn azure-functions:run

Test

curl http://localhost:7071/example