Enda McManemy | Hi, Has anyone successfully generated a capacity report using the MP API? I have the following code but it is throwing a SoapException - javax.xml.ws.soap.SOAPFaultException: Index: 0, Size: 0. CapacityReportCriteriaBean cr = new CapacityReportCriteriaBean(); //1st Sept 2012 cr.setStartInSeconds(1346457600); //21st Sept 2012 cr.setEndInSeconds(1348185600); ArrayOfInt nodes = new ArrayOfInt(); nodes.getInt().add(0); QName qn = new QName([http://reports.businesslayer.meetingplace.cisco.com, "getCapacityReport"); JAXBElement nodeCol = new JAXBElement(qn,ArrayOfInt.class, nodes); cr.setNodeIds(nodeCol); CapacityReportBean capReport = reportService.getCapacityReport(cr); Any Ideas what is causing the SoapException?? |
| Please sign in to flag this as inappropriate. |