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

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

wsdd files for deploying and undeploying web services for localsite in axis

  • Property svn:keywords set to Author Date Id Revision
File size: 458 bytes
Line 
1<deployment name="poo" 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.