Hi
I would like know difference between idfmethod and idmmethod and how can we call this jms methods in wdk component methods.
idfmethod is an interface to define dm_method object type ... something similar to idfdocument or idffolder .. whereas idmmethod is an interface used to implement java methods which can be run in java method server ..
Once the java method is installed and ready, simply get a wdk session and use the dql "Execute Methods" to execute your java method.
Thanks for reply prabhu apart from using dql do we have any method or api to execute our java method from wdk component.If you give some sample code then that will be helpful for me (not by Dql).