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