Example #1
0
 public StudentForm.StudentService.Student[] ShowStudent()
 {
     StudentForm.StudentService.ShowStudentRequest inValue = new StudentForm.StudentService.ShowStudentRequest();
     inValue.Body = new StudentForm.StudentService.ShowStudentRequestBody();
     StudentForm.StudentService.ShowStudentResponse retVal = ((StudentForm.StudentService.ServiceSoap)(this)).ShowStudent(inValue);
     return(retVal.Body.ShowStudentResult);
 }
Example #2
0
 StudentForm.StudentService.ShowStudentResponse StudentForm.StudentService.ServiceSoap.ShowStudent(StudentForm.StudentService.ShowStudentRequest request)
 {
     return(base.Channel.ShowStudent(request));
 }