< Home - < Back

wsdl4j


Information about the package, wsdl4j, which is shipped with common Linux distributions. The wsdl4j package is designed for, Web Services Description Language Toolkit for Java.


Package Name:

wsdl4j

Summary:

Web Services Description Language Toolkit for Java

Description:

The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents describing services. This codebase will eventually serve as a reference implementation of the standard created by JSR110.

Architecture:

noarch

Version:

1.5.2

Release:

7.8.el6

Size:

157 k

Repository:

base

From Repository:

Licence:

CPL



Handy Yum Commands for wsdl4j


Control the wsdl4j package with the following handy commands outlined below.


Command

Description of Command

yum install wsdl4j

This command will install wsdl4j on the server.

yum remove wsdl4j

This command will un-install wsdl4j on the server. When you run this command, you will be asked if you are sure that you want to remove wsdl4j, so you have to manually confirm that you want to do this.

yum -y remove wsdl4j

This command will un-install wsdl4j on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove wsdl4j when using the -y flag.

yum update wsdl4j

This command will update wsdl4j to the latest version. When you run this command, you will be asked if you are sure that you want to remove wsdl4j, so you have to manually confirm that you want to do this.

yum -y update wsdl4j

This command will update wsdl4j to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove wsdl4j when using the -y flag.

yum info wsdl4j

This command will show you core information about the wsdl4j package.

yum deplist wsdl4j

This command will show you the dependencies for wsdl4j. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update wsdl4j

This command will check if there is an update waiting on wsdl4j. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.