From 717c46fee56bb69a71905eb50a9812c495d8e0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki?= Date: Wed, 10 Apr 2019 07:44:51 +0200 Subject: [PATCH] Revert "Test 1 to solve the issue 29" This reverts commit c39079072c0fd23928efcf98868ea74d73f1d46c. --- service/ds-wfs-pre-defined-soapui-project.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/ds-wfs-pre-defined-soapui-project.xml b/service/ds-wfs-pre-defined-soapui-project.xml index 84a710775..ab76e0595 100755 --- a/service/ds-wfs-pre-defined-soapui-project.xml +++ b/service/ds-wfs-pre-defined-soapui-project.xml @@ -2393,6 +2393,8 @@ public class OutputFormat { outputFormat.indexOf("gml")!=-1) { type=FormatType.XML; + }else if(outputFormat.indexOf("json")!=-1) { + type=FormatType.JSON; }else if(outputFormat.indexOf("text")!=-1) { type=FormatType.TEXT; }