I got The constructor Service(URL, QName, WebServiceFeature[]) is undefined error after I run wsimport for my client web service. Im using JDK 1.6. Please help.
Change your JAX-WS in the preferences. It is compatibility issue for Java 6 SE and Java EE
Sometimes changing from Java 1.6 to Java 1.7 also solves this issue.