source: greenstone3/trunk/resources/soap/site.wsdd.template@ 15297

Last change on this file since 15297 was 15297, checked in by ak19, 16 years ago

Updated to work with changes to soap-deploy-site and soap-undeploy-site targets in build.xml file

  • Property svn:keywords set to Author Date Id Revision
File size: 436 bytes
Line 
1<deployment xmlns="http://xml.apache.org/axis/wsdd/"
2 xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"
3 xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance">
4 <service name="@siteuri@" @soapmethod@>
5 <parameter name="className" value="org.greenstone.gsdl3.@servicesname@@sitename@"/>
6 <parameter name="allowedMethods" value="*"/>
7 <parameter name="scope" value="application"/>
8 </service>
9</deployment>
10
Note: See TracBrowser for help on using the repository browser.