Example #1
0
 public void SaveStudent(StudentForm.StudentService.Student studentEx)
 {
     StudentForm.StudentService.SaveStudentRequest inValue = new StudentForm.StudentService.SaveStudentRequest();
     inValue.Body           = new StudentForm.StudentService.SaveStudentRequestBody();
     inValue.Body.studentEx = studentEx;
     StudentForm.StudentService.SaveStudentResponse retVal = ((StudentForm.StudentService.ServiceSoap)(this)).SaveStudent(inValue);
 }
Example #2
0
 StudentForm.StudentService.SaveStudentResponse StudentForm.StudentService.ServiceSoap.SaveStudent(StudentForm.StudentService.SaveStudentRequest request)
 {
     return(base.Channel.SaveStudent(request));
 }