delete (1)  deploy (1)

Chapter 8: Using wstool, wstkeytool, wstant, and wstkeytoolant

delete (2)

Description

Deletes a Web service collection.

Syntax

Command line:

delete 
entity

Ant build file:

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

Where:

Option

Description

entity

collection:CollectionName – identifies the Web service collection you are deleting.

Examples

Example 1

This command deletes MyWebServiceCollection:

wstool delete collection:MyWebServiceCollection

Ant build example:

<wst_antTask command="delete" entity="collection:myCollection/>




Copyright © 2005. Sybase Inc. All rights reserved. deploy (1)

View this book as PDF