Refreshes a server or Web service collection.
refresh entity
<taskdef name="wst_antTask" classname="com.sybase.wst.wstool.ant.AntTask"/> <!-- Refresh a collection on the server --> <target name="refresh" > <wst_antTask command="refresh" entity="entity"/>
Where:
Option |
Description |
---|---|
entity |
Can be one of:
|
This example refreshes MyWebServiceColl, including all the Web services it contains.
wstool refresh collection:MyWebServiceColl
Ant build example:
<wst_antTask command="refresh" entity="collection:myCollection"/>