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

[401 byte] By [david20050304a] at [2007-11-26 16:59:31]
# 1
normally, you could find it in "what's new" section of the JEE SDK5 API documentation.see this link: http://java.sun.com/javaee/5/docs/api/
java_2006a at 2007-7-8 23:27:18 > top of Java-index,Java Essentials,Java Programming...
# 2
Compilier can not findEitherjavax.xml.rpc;ORjavax.xml.rpc.*;But JEE5 API includs javax.xml.rpc.
david20050304a at 2007-7-8 23:27:18 > top of Java-index,Java Essentials,Java Programming...