From c1c2f4d75009a80798b854f927434482298b5239 Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Fri, 10 Jul 2026 15:56:21 +0200 Subject: [PATCH] add test request to try calling RemoteServiceIntegration --- .../elixForms API v2/Test Remote WS.yml | 41 +++++++++++++++++++ .../elixForms API v2/_HACKS/folder.yml | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 collections/elixForms API v2/Test Remote WS.yml diff --git a/collections/elixForms API v2/Test Remote WS.yml b/collections/elixForms API v2/Test Remote WS.yml new file mode 100644 index 0000000..103d696 --- /dev/null +++ b/collections/elixForms API v2/Test Remote WS.yml @@ -0,0 +1,41 @@ +info: + name: Test Remote WS + type: http + seq: 4 + +http: + method: GET + url: https://console-unipr.elixforms.it//eF/api/remote/www-idem-unipr-it/ws-elix-progetti__pj.php/v1 + headers: + - name: x-requested-with + value: XMLHttpRequest + body: + type: form-urlencoded + data: + - name: username + value: "{{elixFormsApiUsername}}" + - name: requestStatus + value: "" + description: "nuovo stato della request, possibili valori: SUBMITTED, PROCESSED" + disabled: true + - name: swfOptionKey + value: "" + description: |- + indice del valore associato al SWF che si desidera impostare + + più chiaramente, si suppone che il modulo associato alla richiesta abbia un SWF impostato, cioè avente degli stati personalizzati, e che esista un campo SELECT contenente tali stati: il valore indicato da questo parametro è l'indice (base 1) del nuovo stato personalizzato che si vuole impostare + disabled: true + - name: properties + value: '[{"key":"COL0004","value":"cambio stato manuale"},{"key":"COL0002","value":"31-03-2025"}]' + description: |- + mappa chiave,valore/i aggiuntivo/i in formato json (url-encoding richiesto in UTF-8) + + il formato è del tipo: `[{"key":"COL0004","value":"cambio stato manuale"},{"key":"COL0002","value":"31-03-2025"}]` + disabled: true + auth: inherit + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 diff --git a/collections/elixForms API v2/_HACKS/folder.yml b/collections/elixForms API v2/_HACKS/folder.yml index ce35725..e6b3212 100644 --- a/collections/elixForms API v2/_HACKS/folder.yml +++ b/collections/elixForms API v2/_HACKS/folder.yml @@ -1,7 +1,7 @@ info: name: _HACKS type: folder - seq: 4 + seq: 3 request: auth: inherit