Endpoint.publish("http://localhost:8191/AuthService", new AuthServiceImpl());
}
public void testService() throws Exception
{
AuthServiceService service = new AuthServiceService();
AuthServicePortType auth = service.getAuthServiceHttpPort();
try
{
auth.authenticate("bleh", "bar");
fail("Must throw fault.");