Exemplo n.º 1
0
 public StudentForm.StudentService.Student[] SearchStudent(StudentForm.StudentService.Student studentExSearch)
 {
     StudentForm.StudentService.SearchStudentRequest inValue = new StudentForm.StudentService.SearchStudentRequest();
     inValue.Body = new StudentForm.StudentService.SearchStudentRequestBody();
     inValue.Body.studentExSearch = studentExSearch;
     StudentForm.StudentService.SearchStudentResponse retVal = ((StudentForm.StudentService.ServiceSoap)(this)).SearchStudent(inValue);
     return(retVal.Body.SearchStudentResult);
 }
Exemplo n.º 2
0
 StudentForm.StudentService.SearchStudentResponse StudentForm.StudentService.ServiceSoap.SearchStudent(StudentForm.StudentService.SearchStudentRequest request)
 {
     return(base.Channel.SearchStudent(request));
 }