HPCC-9623 WsEcl xml test message shouldn't close tag prematurely Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -603,7 +603,7 @@ static void buildReqXml(StringStack& parent, IXmlType* type, StringBuffer& out,
parent.push_back(typeName);
int startlen = out.length();
- appendXMLOpenTag(out, tag);
+ appendXMLOpenTag(out, tag, NULL, false);
if (ns)
out.append(' ').append(ns);
out.append(">");