* @throws ServiceException if failed to find the service
*/
protected ACSystemSoapHttpBindingStub getAcService( )
throws ServiceException
{
ACSystemWsdmServiceLocator locator = new ACSystemWsdmServiceLocator( );
ACSystemSoapHttpBindingStub stub = (ACSystemSoapHttpBindingStub) locator.getac( getAcUrl( ) );
return stub;
}