Hi Techies,
We are facing the issue, while updating the DCT test box values.
Actually we have DCT with some text fields. We have make a call to servlet by using IWDatacapture.callServer("
http://serverIP
ort/iw-cc/RFCServlet", parameters, true);
The servlet is executing fine and we have written doGet() method servlet like follow.
PrintWriter out= response.getWriter();
out.print("update DCT ");
response.setContentType("text/html");
response.getWriter().write("update DCT!");
but we cannot able to update the DCT text value with servlet return data.
could you please tell that what script we need to write in order to update my DCT values in Datacapture.cfg.
Shall we need to write any Ajax, jquery to update the DCT text fields ?
Regards,
Nageswar