the type javax.xml.rpc.Service can not be resolved error :: new to eclipse
I am trying to compile and make build of my project and I am getting following error -
Severity Description Resource In Folder Location Creation Time Id
2 The project was not built since its build path is incomplete. Cannot find the class file for javax.xml.rpc.Service. Fix the build path then try building this project screeningPrototype May 2, 2008 12:56:39 PM 3681
Severity Description Resource In Folder Location Creation Time Id
2 The type javax.xml.rpc.Service cannot be resolved. It is indirectly referenced from required .class files TigerWebServiceServiceLocator.java screeningPrototype/src/com/experian/realtime/services/tigerservice line 11 May 2, 2008 12:56:39 PM 3680
the build is done in Eclipse IDE.
Any help