wsimport.sh
JAX-WS Reference Implementation (Command Line Tools)
Install
- All systems
-
curl cmd.cat/wsimport.sh.sh
- Debian
-
apt-get install jaxws
- Ubuntu
-
apt-get install jaxws
- Kali Linux
-
apt-get install jaxws
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jaxws
- Dockerfile
- dockerfile.run/wsimport.sh
jaxws
JAX-WS Reference Implementation (Command Line Tools)
The Java API for XML-Based Web Services (JAX-WS) provides the API implementation for creating web services, particularly SOAP services. The JAX-WS Reference Implementation (JSR-224) provides the actual implementation behind the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. This package contains the wsgen and wsimport command line tools.