upgrade

Description

Upgrades all the Web services from a Web Services Toolkit version 4.x to 5.0 on the server to which you are connected.

Syntax

Command line:

upgrade 

Ant build file:

<taskdef name="wst_antTask" classname="com.sybase.wst.wstool.ant.AntTask"/>
<target name="upgrade" > <wst_antTask command="upgrade">

Examples

Example 1

This command upgrades all 4.x Web services to 5.0.

wstool upgrade

Ant build example:

<wst_antTask command="upgrade" />