Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/11 10:27:55 (13 years ago)
Author:
mholper
Message:

first call against AdminService working, WSIT-Files adapted (added TrustCallBackHandler) #1441

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/src/main/java/com/heuristiclab/okb/wsclient/admin/AdministrationService.java

    r5761 r5762  
    4444
    4545    public AdministrationService(WebServiceFeature... features) {
    46         super(__getWsdlLocation(), ADMINISTRATIONSERVICE_QNAME, features);
     46        super(__getWsdlLocation(), ADMINISTRATIONSERVICE_QNAME); //, features);
    4747    }
    4848
     
    5252
    5353    public AdministrationService(URL wsdlLocation, WebServiceFeature... features) {
    54         super(wsdlLocation, ADMINISTRATIONSERVICE_QNAME, features);
     54        super(wsdlLocation, ADMINISTRATIONSERVICE_QNAME); //, features);
    5555    }
    5656
     
    6060
    6161    public AdministrationService(URL wsdlLocation, QName serviceName, WebServiceFeature... features) {
    62         super(wsdlLocation, serviceName, features);
     62        super(wsdlLocation, serviceName); //, features);
    6363    }
    6464
Note: See TracChangeset for help on using the changeset viewer.