private DiskSoapHttpBindingStub getStub( )
throws ServiceException
{
// get the service stub to the HTTP endpoint
final DiskSoapHttpBindingStub stub =
(DiskSoapHttpBindingStub) new DiskWsdmServiceLocator( ).getdisk( getAxisWebServiceWsdlUrl( ExampleConstants.SERVICE_NAME ) );
assertNotNull( "disk stub is null.", stub );
// ensure that we will time out after a minute
stub.setTimeout( CALL_TIMEOUT );