Is WSDP 2.0 run in Java 1.4 ?

I am building a web service 2.0 for my project , but my project is built in java 1.4. So, I can't use java 5 for my service. Have any way to build my ws with java 1.4 ?Please answer for me !Thanks and regards,
[238 byte] By [@fffffffffa] at [2007-10-3 4:49:56]
# 1
I don't think it is a good idea to do so. since the 2.0 specifications use lots of annotations coming from JSR181, and only jdk 5.0 can handle it.
@smile@a at 2007-7-14 22:54:30 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
If you use JWSDP 2.0 and import a wsdl using wsimport, the java classes are generated with annotations. They will not compile with your JDK 1.4. So if your clients are going to use JDK 1.4, then you know that JWSDP 2.0 is not the right way to go.
dmshaha at 2007-7-14 22:54:30 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...