missing package?
When I developed Webservice client, I use Netbean5.5 and import javax.xml.rpc.Service by
import javax.xml.rpc.Service;
But compiler can not find it.
I have installed JSE JDK1.5. and JEE SDK5.
I remember that I should install J2EE1.4 when I developed J2ee applications. Does JEE SDK5 replace j2ee1.4?
How to properly instal all of them?
Thank you.
David

