Hello Experts,
I need a simple sample which shows how to call a content server method from app server with wdk.Please share if there are any blogs or post etc on this.
Thanks in advance.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
DQL reference guide provides the required step for the requirement.
Sample
EXECUTE do_method WITH METHOD='payroll_report',
ARGUMENTS='-docbase accounting
-user auditor
-ticket DM_TICKET=0000000222a02024.accounting@host01'
https://community.emc.com/message/47016
Thank you Johnny.