I am using the perl script to grab the data from other DCRs to display as drop down in the metadata tagging for the DCR.I want to change the perl script with java OR XSL.So,How should I call java program instead of perl script from the javascript code?Currently I am using following code to call perl:IWDatacapture.callServer("http://"+server+"/iw-bin/myperl.ipl", params);