source: branches/ant-install-branch/gsdl3/resources/soap/localsite.wsdd@ 9785

Last change on this file since 9785 was 9734, checked in by kjdon, 19 years ago

changed the classname to lower case to keep it consistent with other sites and the ant deployment algorithm

  • Property svn:keywords set to Author Date Id Revision
File size: 447 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="localsite" style="message">
5 <parameter name="className" value="org.greenstone.gsdl3.SOAPServerlocalsite"/>
6 <parameter name="allowedMethods" value="process"/>
7 <!--<parameter name="scope" value="application"/>-->
8 </service>
9</deployment>
10
Note: See TracBrowser for help on using the repository browser.