Hi everyone,
I'm trying to call the method runreport from the documentmanagement webservice through java code.
In the javadoc(https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=18047148&objAction=browse&viewType=1 > API documentation > Class DocumentManagement_JAXWS) it only says which parameters to send.
runReport (int reportID, DataValue [] inputs)
Now my question is which parameter do I need to send and how?
My report has one parameter(Integer).
Thanks!