where do i get this JobSubmit.JobSubmitService Sevice Because i need to submit below function.
JobSubmit.JobSubmitService Sevice EM= new JobSubmit.JobSubmitService Sevice();
// Assign Reqeust and Response objects to EM Object
EM.RequestValue = Request;
EM.ResponseValue = Response;
try
{
JS_Result = EM.JobSubmit_201101(JS_Request);
}