I inherited an old project that uses JWSDP, and would like to upgrade it to Maven 2 and Java 6.
The project uses the following JWSDP jar files:
- jwsdp-jax-qname-1.5.jar
- jwsdp-jaxrpc-api-1.5.jar
- jwsdp-jaxrpc-impl-1.5-patched-1.10.jar
- jwsdp-jaxrpc-spi-1.5.jar
- jwsdp-namespace-1.5.jar
- jwsdp-relaxngDatatype-1.5.jar
- jwsdp-saaj-api-1.5.jar
- jwsdp-saaj-impl-1.5.jar
- jwsdp-xalan-1.5.jar
- jwsdp-xercesImpl-1.5.jar
- jwsdp-xsdlib-1.5.jar
As far as I understand, the up-to-date equivalents for these jars should be part of Glassfish , but which ones exactly do I need, and are they available in a Maven 2 repository?