Undeploy_AlbWSBacheca.bat 461 Bytes
Newer Older
CED SA's avatar
CED SA committed
1 2 3 4 5 6 7
set AXIS_HOME=c:\axis
set AXIS_LIB=%AXIS_HOME%\lib
set AXISCLASSPATH=%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery.jar;%AXIS_LIB%\commons-logging.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;%AXIS_LIB%\log4j-1.2.8.jar;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar

java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -lhttp://sicrawebappserver:50080/client/services/AdminService it\saga\pubblici\alboPretorio\webservices\api\undeploy.wsdd

pause