dims 2002/12/18 13:06:38 Modified: java/samples/encoding deploy.wsdd Log: Fix build failure introduced by http://marc.theaimsgroup.com/?l=axis-dev&m=104015793013874&w=2 Revision Changes Path 1.3 +1 -0 xml-axis/java/samples/encoding/deploy.wsdd Index: deploy.wsdd =================================================================== RCS file: /home/cvs/xml-axis/java/samples/encoding/deploy.wsdd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- deploy.wsdd 15 Jan 2002 17:57:02 -0000 1.2 +++ deploy.wsdd 18 Dec 2002 21:06:38 -0000 1.3 @@ -2,6 +2,7 @@ xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"> <service name="ElementService" provider="java:RPC"> + <parameter name="alias" value="ElementService"/> <parameter name="className" value="samples.encoding.ElementService" /> <parameter name="allowedMethods" value="echoElement" /> </service>