
    /**
     * TestServiceSkeleton.java
     *
     * This file was auto-generated from WSDL
     * by the Apache Axis2 version: 1.1 Nov 13, 2006 (07:31:44 LKT)
     */
    package namespace.webservice._new;
    /**
     *  TestServiceSkeleton java skeleton for the axisService
     */
    public class TestServiceSkeleton{
     
         
        /**
         * Auto generated method signature
         
          
         */
        public  void add
                  (
          
          )
         
           {
                //Todo fill this with the necessary business logic
                
        }
     
         
        /**
         * Auto generated method signature
         
          
         */
        public  void echo
                  (
          
          )
         
           {
                //Todo fill this with the necessary business logic
                
        }
     
    }
    
