Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

Java API regarding Multiple Dynamic Filters and Drilldown Reports (2 Comments)

$
0
0

Topic by Pawan Kumar

Content

Hi All,

I fetched the Report data from the RunAnalyticsReport method exposed in the wsdl using the ac_id. Now, I am stucked at applying multiple runtime filters(for single filter it is working fine). My question is how to apply multiple run time filters on Analytics Report Object before querying the report data. I also attached the code in code block section to apply multiple filter and fetch the report. But I am getting the following error.

org.apache.axis2.AxisFault: [com.ctc.wstx.exc.WstxLazyException] Unexpected character 'H' (code 72) in external DTD subset; expected a '<' to start a directive
 at [row,col,system-id]: [1199,1,"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"]
 from [row,col {unknown-source}]: [1,1]
    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
    at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:123)
    at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67)
    at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354)
    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
    at com.rightnow.ws.wsdl.RightNowSyncServiceStub.runAnalyticsReport(RightNowSyncServiceStub.java:1072)
    at com.rnow.console.client.RNOWSampleClient.runAnalyticsReport(RNOWSampleClient.java:589)
    at com.rnow.console.client.RNOWSampleClient.main(RNOWSampleClient.java:667)

 

 

Secondly, in case of drilldown reports. I guess we will be querying the same report with more filters or is there any other method exposed explicitly for fetching node level data of drilldown report.

tutorial following:

http://community.rightnow.com/developer/fileexchange/Connect_Web_Services_for_SOAP_August_2012/Default.htm

Thanks in advance,

Pawan

Code Block


Viewing all articles
Browse latest Browse all 2504

Trending Articles