* @throws ServiceException if failed to find the service
*/
protected ReportSoapHttpBindingStub getReportService( )
throws ServiceException
{
ReportWsdmServiceLocator locator = new ReportWsdmServiceLocator( );
ReportSoapHttpBindingStub stub = (ReportSoapHttpBindingStub) locator.getreport( getReportUrl( ) );
return stub;
}