javax.xml.namespace.QName
843834Mar 30 2004 — edited Jul 14 2004I am trying to develp a command line client for a very simple web service I have developed (very much on the lines of the HelloWorld web service).
I keep getting the following error and I can't figure out which jar file I am missing. Any suggestions? I have all jaxrpc, jaxp, jaxb jar files on the classpath.
Client.java:1: package javax.xml.namespace does not exist
import javax.xml.namespace.QName;
^
Client.java:15: cannot resolve symbol
symbol : class QName
location: class Client
QName serviceName = new QName(
^