Browse Source

remove duplicate SOAPAction header

master
Nicolas Massé 8 years ago
parent
commit
2ed5d20239
  1. 3
      soapui.js

3
soapui.js

@ -175,9 +175,6 @@
}
}
}
if (soapAction != null && soapAction != "") {
request += "SOAPAction: " + newSoapActionNode.val() + "\n";
}
request += "\n";
// Dump the SOAP Request

Loading…
Cancel
Save