/**
 * TestServiceSkeleton.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis2 version: 1.4.1  Built on : Aug 13, 2008 (05:03:35 LKT)
 */
package com.mathworks.bat.webservices.test;

/**
 * TestServiceSkeleton java skeleton for the axisService
 */
public class TestServiceSkeleton {

	/**
	 * Auto generated method signature
	 * 
	 * @param getEmployeeIdRequest
	 * @throws EmployeeNotFoundException
	 *             :
	 */

	public com.mathworks.bat.webservices.test.GetEmployeeIdResponse getEmployeeId(
			com.mathworks.bat.webservices.test.GetEmployeeIdRequest getEmployeeIdRequest)
			throws EmployeeNotFoundException {
	
		EmployeeNotFoundException e = new EmployeeNotFoundException();
		EmployeeNotFoundFault f = new EmployeeNotFoundFault();
		f.setRetryable(false);
		f.setSeverity("Cataclysmic");
		e.setFaultMessage(f);
		throw e;
	}

}
