From 2ed5d202396ed3b7d8e0278badc1dbe8ccf94dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 18 Sep 2017 20:12:12 +0200 Subject: [PATCH] remove duplicate SOAPAction header --- soapui.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/soapui.js b/soapui.js index 4e4ee31..a571260 100644 --- a/soapui.js +++ b/soapui.js @@ -175,9 +175,6 @@ } } } - if (soapAction != null && soapAction != "") { - request += "SOAPAction: " + newSoapActionNode.val() + "\n"; - } request += "\n"; // Dump the SOAP Request