I would like to use jax-ws in a java-5 environment. jaxws-rt 2.2.5 promises to allow access to jax-ws services. However, according to maven repository this artifact relies on about 12 other artifacts. There are constraints in my enterprise that make it difficult to add an artifact to our enterprise repo, and adding a dozen artifacts is much more difficult that adding just one. Because of this issue, I would like to know if there is a larger artifact that I can use to write a jax-ws web service client without the need for any additional dependencies.
Is there a bundled jax-ws jar I can use that has 0 external dependencies?