I get the following error (3 times) and am not sure how to proceed to eliminate
it.
Description Resource Path Location Type
The constructor Service(URL, QName, WebServiceFeature[]) is undefined
CaseManagementVisitsServiceService.java
/WvsAppWebService/src/gov/il/dhs/wvs/wsimport/casemanagement line 51 Java
Problem
è public CaseManagementVisitsServiceService(WebServiceFeature... features) {
super(__getWsdlLocation(), CASEMANAGEMENTVISITSSERVICESERVICE_QNAME,
features);
}
public CaseManagementVisitsServiceService(URL wsdlLocation) {
super(wsdlLocation, CASEMANAGEMENTVISITSSERVICESERVICE_QNAME);
}
è public CaseManagementVisitsServiceService(URL wsdlLocation,
WebServiceFeature... features) {
super(wsdlLocation, CASEMANAGEMENTVISITSSERVICESERVICE_QNAME, features);
}
public CaseManagementVisitsServiceService(URL wsdlLocation, QName
serviceName) {
super(wsdlLocation, serviceName);
}
è public CaseManagementVisitsServiceService(URL wsdlLocation, QName
serviceName, WebServiceFeature... features) {
super(wsdlLocation, serviceName, features);
}
What does this mean? "WebServiceFeature... features"
How do I find out how to fix these errors? They seem to be duplicated in
another class (RspServiceService) so If I can get the first ones the second
will be fixeded.
While it hasn't shown up here yet, I submitted another question this morning at
about 9:30. I switched from the original jetty configuration problem by
switching to eclipse one.
Jerry Davidson
Illinois DHS/MIS/
Client Systems/Update Unit
(217) 558-2194
[email protected]