{
"info": {
"_postman_id": "d52904a3-13b8-4a72-9947-619e6e92328c",
"name": "Scenari GovWay",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Profilo API Gateway",
"item": [
{
"name": "IN public (findByStatus)",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [],
"url": {
"raw": "{{govway-url}}/{{soggetto}}/PetStore/v1/pet/findByStatus?status=available",
"host": [
"{{govway-url}}"
],
"path": [
"{{soggetto}}",
"PetStore",
"v1",
"pet",
"findByStatus"
],
"query": [
{
"key": "status",
"value": "available"
}
]
}
},
"response": []
},
{
"name": "IN token-auth (postPet) Error",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/{{soggetto}}/PetStore/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"{{soggetto}}",
"PetStore",
"v1",
"pet"
]
},
"description": "Invocazione di una erogazione pubblicamente accessibile (POST)"
},
"response": []
},
{
"name": "IN token-auth (postPet) OK",
"request": {
"auth": {
"type": "oauth2",
"oauth2": [
{
"key": "accessToken",
"value": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJJOFQxbERhWWZ1SlNRZGQydkcyWHhpN3lpTzUyTWxDMHA0ZHlFeElMcmI4In0.eyJqdGkiOiIxOGI1Y2JlNy1lOTgxLTRjYWItYWRjNS04YmI0YjM3ZTA1ZWUiLCJleHAiOjE1Njc2MDc1NDUsIm5iZiI6MCwiaWF0IjoxNTY3NjA3MjQ1LCJpc3MiOiJodHRwOi8vMTAuMTE0Ljg3LjM3OjgwODAvYXV0aC9yZWFsbXMvdGVzdHJlYWxtIiwiYXVkIjoiYWNjb3VudCIsInN1YiI6IjIyMTU4ZmIxLWNlYTctNDZjOS04MTgwLTFlMzBjY2I0Zjk0NCIsInR5cCI6IkJlYXJlciIsImF6cCI6InRlc3RjbGllbnQiLCJhdXRoX3RpbWUiOjE1Njc2MDYxNjEsInNlc3Npb25fc3RhdGUiOiIwNmIzZDQ0Yi1lMjYzLTQxZTQtYjlkNC03Y2JjMTdhYzQ1ZjciLCJhY3IiOiIwIiwiYWxsb3dlZC1vcmlnaW5zIjpbImh0dHA6Ly9zZXJ2aXppY2xpZW50aS5saW5rLml0LyoiXSwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIm9mZmxpbmVfYWNjZXNzIiwidW1hX2F1dGhvcml6YXRpb24iXX0sInJlc291cmNlX2FjY2VzcyI6eyJ0ZXN0Y2xpZW50Ijp7InJvbGVzIjpbInVtYV9wcm90ZWN0aW9uIiwidGVzdHJvbGUiXX0sImFjY291bnQiOnsicm9sZXMiOlsibWFuYWdlLWFjY291bnQiLCJtYW5hZ2UtYWNjb3VudC1saW5rcyIsInZpZXctcHJvZmlsZSJdfX0sInNjb3BlIjoicHJvZmlsZSBwaG9uZSBlbWFpbCIsImVtYWlsX3ZlcmlmaWVkIjpmYWxzZSwibmFtZSI6IlV0ZW50ZSBUZXN0IiwicHJlZmVycmVkX3VzZXJuYW1lIjoidGVzdHVzZXIiLCJnaXZlbl9uYW1lIjoiVXRlbnRlIiwiZmFtaWx5X25hbWUiOiJUZXN0In0.PoYXHCFg_T2ZMi5sbuOpKHfv7M-_ufoEjVl0M8bmuxN69b8gwDjmglARRHl4B03bigy4erX3zYZnYTAXYZ_M9iQE7gL9Lrj3JNMbQh_PB9cYh89EN-9RAwR35bsLx0ioebA3Lb6diSjMtE6rvyQhM7hZTmdMyV6DAMO1Q1F4SPfytO6RvYewc2CrEDbaqKuljcwBXphXRKTU3fb-3g0dpAbXVFlXr-SB56zAMStIulE9rX6n6ug6RRqbvN644Lf_oUropjk0Snzj2JZHSwSge0p5vtY-YoyK_hNo5rvR8XrdndywVqojc1CNGpxhvoy6KuJ8aEJgEMHXeADI63ft8Q",
"type": "string"
},
{
"key": "tokenType",
"value": "bearer",
"type": "string"
},
{
"key": "addTokenTo",
"value": "header",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/{{soggetto}}/PetStore/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"{{soggetto}}",
"PetStore",
"v1",
"pet"
]
},
"description": "Invocazione di una erogazione pubblicamente accessibile (POST)"
},
"response": []
},
{
"name": "IN public (getPet)",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/x-www-form-urlencoded",
"type": "text"
}
],
"url": {
"raw": "{{govway-url}}/{{soggetto}}/PetStore/v1/pet/32",
"host": [
"{{govway-url}}"
],
"path": [
"{{soggetto}}",
"PetStore",
"v1",
"pet",
"32"
]
},
"description": "Invocazione di una erogazione pubblicamente accessibile (GET)"
},
"response": []
}
]
},
{
"name": "Profilo ModI REST",
"item": [
{
"name": "IDAuth",
"item": [
{
"name": "IN App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp1.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreAuth/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreAuth",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "IN App2 - Error",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp2.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreAuth/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreAuth",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "OUT App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-ModI.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/{{soggetto}}/{{soggettoEsterno}}/PetStoreAuth/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"PetStoreAuth",
"v1",
"pet"
]
}
},
"response": []
}
]
},
{
"name": "IDAuth+PDND",
"item": [
{
"name": "IN App1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp1.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreAuthPDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreAuthPDND",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "IN App2 - Error",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp2.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreAuthPDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreAuthPDND",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "OUT App1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-PDND.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/{{soggetto}}/{{soggettoEsterno}}/PetStoreAuthPDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"PetStoreAuthPDND",
"v1",
"pet"
]
}
},
"response": []
}
]
},
{
"name": "Integrity",
"item": [
{
"name": "IN App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp1.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreIntegrity/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreIntegrity",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "IN App2 - Error",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp2.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreIntegrity/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreIntegrity",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "OUT App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-ModI.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/{{soggetto}}/{{soggettoEsterno}}/PetStoreIntegrity/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"PetStoreIntegrity",
"v1",
"pet"
]
}
},
"response": []
}
]
},
{
"name": "Integrity+PDND",
"item": [
{
"name": "IN App3",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp3.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreIntegrityPDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreIntegrityPDND",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "IN App2 - Error",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp2.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreIntegrityPDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreIntegrityPDND",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "OUT App1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-PDND.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/{{soggetto}}/{{soggettoEsterno}}/PetStoreIntegrityPDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"PetStoreIntegrityPDND",
"v1",
"pet"
]
}
},
"response": []
}
]
},
{
"name": "IntegrityRest02+PDND",
"item": [
{
"name": "IN App1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp1.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreIntegrity02PDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreIntegrity02PDND",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "OUT App1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-PDND.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/{{soggetto}}/{{soggettoEsterno}}/PetStoreIntegrity02PDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"PetStoreIntegrity02PDND",
"v1",
"pet"
]
}
},
"response": []
}
]
},
{
"name": "Audit+PDND",
"item": [
{
"name": "IN App1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp1.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
},
{
"key": "GovWay-Audit-User",
"value": "Paolo Rossi",
"type": "default"
},
{
"key": "GovWay-Audit-UserLocation",
"value": "UfficioXYZ",
"type": "default"
},
{
"key": "GovWay-Audit-LoA",
"value": "SPID-2",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreAuditPDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreAuditPDND",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "OUT App1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-PDND.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
},
{
"key": "GovWay-Audit-User",
"value": "Paolo Rossi",
"type": "default"
},
{
"key": "GovWay-Audit-UserLocation",
"value": "UfficioXYZ",
"type": "default"
},
{
"key": "GovWay-Audit-LoA",
"value": "SPID-2",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/{{soggetto}}/{{soggettoEsterno}}/PetStoreAuditPDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"PetStoreAuditPDND",
"v1",
"pet"
]
}
},
"response": []
}
]
},
{
"name": "Audit02+PDND",
"item": [
{
"name": "IN App4",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp4.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
},
{
"key": "GovWay-Audit-User",
"value": "Paolo Rossi",
"type": "default"
},
{
"key": "GovWay-Audit-UserLocation",
"value": "UfficioXYZ",
"type": "default"
},
{
"key": "GovWay-Audit-LoA",
"value": "SPID-2",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/PetStoreAudit02PDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"PetStoreAudit02PDND",
"v1",
"pet"
]
}
},
"response": []
},
{
"name": "OUT App4",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App4-PDND.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
},
{
"key": "GovWay-Audit-User",
"value": "Paolo Rossi",
"type": "default"
},
{
"key": "GovWay-Audit-UserLocation",
"value": "UfficioXYZ",
"type": "default"
},
{
"key": "GovWay-Audit-LoA",
"value": "SPID-2",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 32,\n \"category\": {\n \"id\": 0,\n \"name\": \"Alano\"\n },\n \"name\": \"Leo\",\n \"photoUrls\": [\n \"string\"\n ],\n \"tags\": [\n {\n \"id\": 0,\n \"name\": \"pelo corto\"\n }\n ],\n \"status\": \"available\"\n}"
},
"url": {
"raw": "{{govway-url}}/rest/out/{{soggetto}}/{{soggettoEsterno}}/PetStoreAudit02PDND/v1/pet",
"host": [
"{{govway-url}}"
],
"path": [
"rest",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"PetStoreAudit02PDND",
"v1",
"pet"
]
}
},
"response": []
}
]
}
]
},
{
"name": "Profilo ModI SOAP",
"item": [
{
"name": "IDAuth",
"item": [
{
"name": "IN App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp1.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/TempConvertSoapAuth/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"TempConvertSoapAuth",
"v1",
""
]
}
},
"response": []
},
{
"name": "IN App2 - Error",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp2.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/TempConvertSoapAuth/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"TempConvertSoapAuth",
"v1",
""
]
}
},
"response": []
},
{
"name": "OUT App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-ModI.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/{{soggetto}}/{{soggettoEsterno}}/TempConvertSoapAuth/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"TempConvertSoapAuth",
"v1",
""
]
}
},
"response": []
}
]
},
{
"name": "IDAuth+PDND",
"item": [
{
"name": "IN App1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp1.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/TempConvertSoapAuthPDND/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"TempConvertSoapAuthPDND",
"v1",
""
]
}
},
"response": []
},
{
"name": "IN App2 - Error",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp2.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/TempConvertSoapAuthPDND/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"TempConvertSoapAuthPDND",
"v1",
""
]
}
},
"response": []
},
{
"name": "OUT App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-PDND.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/{{soggetto}}/{{soggettoEsterno}}/TempConvertSoapAuthPDND/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"TempConvertSoapAuthPDND",
"v1",
""
]
}
},
"response": []
}
]
},
{
"name": "Integrity",
"item": [
{
"name": "IN App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp1.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/TempConvertSoapIntegrity/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"TempConvertSoapIntegrity",
"v1",
""
]
}
},
"response": []
},
{
"name": "IN App2 - Error",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp2.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/TempConvertSoapIntegrity/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"TempConvertSoapIntegrity",
"v1",
""
]
}
},
"response": []
},
{
"name": "OUT App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-ModI.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/{{soggetto}}/{{soggettoEsterno}}/TempConvertSoapIntegrity/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"TempConvertSoapIntegrity",
"v1",
""
]
}
},
"response": []
}
]
},
{
"name": "Integrity+PDND",
"item": [
{
"name": "IN App3",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp3.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/TempConvertSoapIntegrityPDND/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"TempConvertSoapIntegrityPDND",
"v1",
""
]
}
},
"response": []
},
{
"name": "IN App2 - Error",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp2.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/TempConvertSoapIntegrityPDND/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"TempConvertSoapIntegrityPDND",
"v1",
""
]
}
},
"response": []
},
{
"name": "OUT App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-PDND.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/{{soggetto}}/{{soggettoEsterno}}/TempConvertSoapIntegrityPDND/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"TempConvertSoapIntegrityPDND",
"v1",
""
]
}
},
"response": []
}
]
},
{
"name": "Audit+PDND",
"item": [
{
"name": "IN App1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"content-type": true
}
},
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "SoloPerDemoFirmatarioApp1.{{soggettoEsterno}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
},
{
"key": "GovWay-Audit-User",
"value": "Paolo Rossi",
"type": "default"
},
{
"key": "GovWay-Audit-UserLocation",
"value": "UfficioXYZ",
"type": "default"
},
{
"key": "GovWay-Audit-LoA",
"value": "SPID-2",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/SoloPerDemo{{soggettoEsterno}}/{{soggetto}}/TempConvertSoapAuditPDND/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"SoloPerDemo{{soggettoEsterno}}",
"{{soggetto}}",
"TempConvertSoapAuditPDND",
"v1",
""
]
}
},
"response": []
},
{
"name": "OUT App1",
"request": {
"auth": {
"type": "basic",
"basic": [
{
"key": "username",
"value": "App1-PDND.{{soggetto}}",
"type": "string"
},
{
"key": "password",
"value": "123456",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "text/xml"
},
{
"key": "SOAPAction",
"value": "https://www.w3schools.com/xml/CelsiusToFahrenheit",
"type": "text"
},
{
"key": "X-Purpose-Id",
"value": "b149ca3c-4edf-11ed-80f4-0242ac140002",
"type": "default"
},
{
"key": "GovWay-Audit-User",
"value": "Paolo Rossi",
"type": "default"
},
{
"key": "GovWay-Audit-UserLocation",
"value": "UfficioXYZ",
"type": "default"
},
{
"key": "GovWay-Audit-LoA",
"value": "SPID-2",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "\n \n \n 20\n \n \n"
},
"url": {
"raw": "{{govway-url}}/soap/out/{{soggetto}}/{{soggettoEsterno}}/TempConvertSoapAuditPDND/v1/",
"host": [
"{{govway-url}}"
],
"path": [
"soap",
"out",
"{{soggetto}}",
"{{soggettoEsterno}}",
"TempConvertSoapAuditPDND",
"v1",
""
]
}
},
"response": []
}
]
}
]
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
],
"variable": [
{
"key": "hostname",
"value": "127.0.0.1",
"type": "string"
},
{
"key": "govway-url",
"value": "https://{{hostname}}/govway",
"type": "string"
},
{
"key": "soggetto",
"value": "Ente",
"type": "string"
},
{
"key": "soggettoEsterno",
"value": "EnteEsterno",
"type": "string"
},
{
"key": "keycloak-url-auth",
"value": "https://{{hostname}}/auth/realms/master/protocol/openid-connect/auth",
"type": "string"
},
{
"key": "keycloak-url-token",
"value": "https://{{hostname}}/auth/realms/master/protocol/openid-connect/token",
"type": "string"
},
{
"key": "keycloak-client-id",
"value": "oauth2-app1",
"type": "string"
},
{
"key": "keycloak-client-secret",
"value": "fd5f09fa-028d-461b-8e4f-063c111c069f",
"type": "string"
},
{
"key": "keycloak-callback-url",
"value": "http://127.0.0.1/oauth2-app1/callback-uri",
"type": "string"
}
]
}