You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by du...@apache.org on 2001/02/01 23:26:35 UTC

cvs commit: xml-axis/java/samples/xml init.xml

dug         01/02/01 14:26:34

  Modified:    java/samples/xml init.xml
  Log:
  Wrong version of init.xml was checked in
  
  Revision  Changes    Path
  1.3       +1 -1      xml-axis/java/samples/xml/init.xml
  
  Index: init.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/xml/init.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- init.xml	2001/02/01 22:21:21	1.2
  +++ init.xml	2001/02/01 22:26:34	1.3
  @@ -10,7 +10,7 @@
     <handler name="RPCDispatcher"
              class="org.apache.axis.handlers.RPCDispatchHandler" />
   
  -  <service name="AdminService" handler="MsgDispatchHandler">
  +  <service name="AdminService" handler="MsgDispatcher">
       <option name="className" value="org.apache.axis.utils.Admin" />
       <option name="methodName" value="AdminService" />
     </service>