Initial import of the WebServices module from sourceforge CVS repository
[remote/remote-ws.git] / AuthenticationService / authentication.wsdd
blob36db31902ddd9c0386a7c9dcce5c426d063e363f
1 <deployment xmlns="http://xml.apache.org/axis/wsdd/"
2     xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
3   <service name="authentication" provider="java:RPC">
4         <namespace>authentication.remote.distlab.diku</namespace>
5         <parameter name="scope" value="Session"/>
6     <parameter name="className" value="authentication.Authenticator"/>
7     <parameter name="allowedMethods" value="*"/>
8     <beanMapping qname="ns:Credential" xmlns:ns="authentication.remote.distlab.diku" type="java:authentication.Credential"/>
9   </service>
10 </deployment>