where is "javax.xml.rpc.Service"
843833Apr 18 2004 — edited Jun 8 2004I am using Sun One Studio 5 update 1 developing j2ee application. I created a client calling a webservice, and it works fine within the IDE. However, when I tried to compile the client using the j2se compiler, it complained that 2 classes can not been found: javax.xml.rpc.Service.class and com.sun.xml.rpc.client.BasicService.class.
Can anyone kindly advise which .jar files I should add to the classpath to compile the j2ee client?
Thanks