Which of the following is NOT an advantage of Java EE Web Services Programming Model?
Supports resource injection removing the burden of creating and initializing common resources in a Java runtime environment.
Simplifies development/deployment of web services through annotations.
Supports both SOAP 1.1 and SOAP 1.2
A JAX-WS client can access a web service that is not running on the Java platform, and vice versa.
None of the above.