public void registerEndpointExpectedLocatorException()
throws ServiceLocatorException, InterruptedException,
ServiceLocatorFault, InterruptedExceptionFault {
sl.register(endpoint(), EasyMock.eq(true));
EasyMock.expectLastCall().andStubThrow(
new ServiceLocatorException("test"));
replayAll();
lps.registerEndpoint(SERVICE_NAME, ENDPOINTURL, null, null, null);
}