Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/11 14:06:47 (13 years ago)
Author:
mholper
Message:

added UserNameHandler for all serviceProject, central in ECJClient #1441

Location:
branches/OKBJavaConnector/AuthenticationService/src/authservice
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/AuthenticationService/src/authservice/Main.java

    r6064 r6147  
    5757
    5858    public void GetUsersTest() {
    59         try {
    60             AuthenticationService srv = new AuthenticationService(new URL("https://services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc?wsdl"));
     59       // try {
     60            //AuthenticationService srv = new AuthenticationService(new URL("https://services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc?wsdl"));
     61            AuthenticationService srv = new AuthenticationService();
    6162            IAuthenticationService port = srv.getAuthenticationService();
    6263
     
    6667                System.out.println("user Class:=" + user.getClass().getName());
    6768            }
    68         } catch (MalformedURLException ex) {
    69             Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
    70         }
     69        //} catch (MalformedURLException ex) {
     70        //    Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
     71        //}
    7172    }
    7273
Note: See TracChangeset for help on using the changeset viewer.