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,
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.