oracle12c can't find CLASSPATH for package "oracle.xdo.service.v2"
According the Oracle Documentation "https://docs.oracle.com/html/E22256_01/oracle/xdo/service/v2/package-summary.html " I need "oracle.xdo.service.v2" to use the BI Piblisher API to run reports.
I've done a "jar tvf" of the jar files on my server and cannot find.
The only package I've been able to find is "oracle.xdo.webservice.v2/" .
for example: import oracle.xdo.webservice.v2.ReportRequest;
Can someone please point me to the correct jar file for these classes?