Commit 98a8d1bc by Owen Ryan Ang

added proctime to reject ws

parent 39a869b1
......@@ -295,6 +295,7 @@ public class XMLUtil {
document.getElementsByTagName("exception_remark").item(0).setTextContent(xml.getExceptionRemark());
document.getElementsByTagName("userid").item(0).setTextContent(xml.getUserId());
document.getElementsByTagName("proc_time").item(0).setTextContent(xml.getProcTime());
// Get the fields map from the XMLContents object
Map<String, String> fields = xml.getFields();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment