Is there any doc/ref where it would show me a simple example(No parameter required) of a callserver with a servlet.
I'm also guessing that I only need to insert my servlet in the same directory that my perl script was(./httpd/iw-bin)?
Here what I have working so far...I have a tomcat server running on my machine(different then interwoven server) and I'm using callserver with FormAPI to return a simple string with a servlet.Here what's working:1.DCT calling the servlet is getting execute, you see from the code of the servlet that I'm writing to a file to test.2.It doesn't go back to the calling Javascript what's missing in my servlet?Your guidance would be appreciated.Note: I've included the (datacapture,Javascript,servlet) in the attachment.Regards,Michel