2526272829303132333435
AuthServicePortType auth = service.getAuthServiceHttpPort(); try { auth.authenticate("bleh", "bar"); fail("Must throw fault."); } catch (services.auth.AuthenticationException f) { }