|
Create an xml file named undeploy.wsdd that contains an undeployment
and service tag. For example: --- undeploy.wsdd
start -- <undeployment xmlns="http://xml.apache.org/axis/wsdd/">
<service name="${serviceName}"/> </undeployment> --- undeploy.wsdd
end – Where ${serviceName}
= name of your service…. Then execute java org.apache.axis.client.AdminClient
undeploy.wsdd That be all. Have
fun, /Chris -----Original Message----- Another silly question: How do I undeploy an
published/deployed service ? |
Title: Custom Serialization
- How to undeploy an service ? Chester Chen
- RE: How to undeploy an service ? Chris Haddad
- RE: How to undeploy an service ? Chester Chen
