Hi,I need to call a java servlet using callserver Method.IWDatacapture.callServer (url, data, isGet)In the second field(data), as i understand i can include any data like path of the DCR..etc.While getting the data in the java file, how showed i retrive this data.should i use request.getParameter(String), if so its not working for me.Please let me know.ThanksKarthik
You will need a wrapper of a sort. As stated in the manual "The response from the post should be JavaScript thatmanipulates the form or creates and populates data structures.". So, you'll have to code and call service side script that in turn calls java servlet and then turns around and reports the result to DC Form.
Hi,I am not able to call the servlet itself using callServer method, is it possible to call a servlet using callServlet function.If it is possbile please let me know in detail.Thanks,Karthik
You can certainly make a call from FormAPI CallServer method to a servlet...