Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
22598 amit.gupta 1
<!-- Use this file to undeploy some handlers/chains and services    -->
2
<!-- Two ways to do this:                                           -->
3
<!--   java org.apache.axis.client.AdminClient undeploy.wsdd        -->
4
<!--      after the axis server is running                          -->
5
<!-- or                                                             -->
6
<!--   java org.apache.axis.utils.Admin client|server undeploy.wsdd -->
7
<!--      from the same directory that the Axis engine runs         -->
8
 
9
<undeployment
10
    xmlns="http://xml.apache.org/axis/wsdd/">
11
 
12
  <!-- Services from Service_1_0 WSDL service -->
13
 
14
  <service name="BasicHttpBinding_Service_1_01"/>
15
  <service name="BasicHttpBinding_Service_1_0"/>
16
</undeployment>