Hi, I trying to create a client of a service and when I create the Service
object Service service = new Service(); I getting the error Cannot instantiate the type
Service, since it is not a concrete class Is this normal? Also when doing the AuthBasicClient class and
need to set the username and password as follows //We now call the username and pwd call.setUsername(username); call.setPassword(password); Should the username and password be strings that are the correct username
password? If I enter a string as a parameter of setUsername
I get the following error though, The method setUsername(String) is
undefined for the type Call Any help would be great! Thanks, Suzy |