I'm going to connect to a web service which has a WSDL which is said to be JAX WS 2.0/2.1 compliant. What does it mean? Will it have any impact on the way I connect to the web service? What certain measures do I need to make to be able to connect successfully to a JAX WS 2.0/2.1 web service? I am using JDK 1.5 and it says that JAX WS is only available on JDK 1.6. Currently, I'm planning to build the soap envelope manually and pass it as a body to HttpURLConnection. Am I doing it wrong ?
JAX-WS 2.0/2.1 compliant just mean jax ws can generate a valid pojo model from a wsdl, if you plan to handle the low leve soap message generation yourself, you are not using the JAX-WS model