コード例 #1
0
ファイル: Reference.cs プロジェクト: dalkan/WSAD
 public void UpdateStudent(StudentForm.StudentService.Student studentExUpdate)
 {
     StudentForm.StudentService.UpdateStudentRequest inValue = new StudentForm.StudentService.UpdateStudentRequest();
     inValue.Body = new StudentForm.StudentService.UpdateStudentRequestBody();
     inValue.Body.studentExUpdate = studentExUpdate;
     StudentForm.StudentService.UpdateStudentResponse retVal = ((StudentForm.StudentService.ServiceSoap)(this)).UpdateStudent(inValue);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: dalkan/WSAD
 StudentForm.StudentService.UpdateStudentResponse StudentForm.StudentService.ServiceSoap.UpdateStudent(StudentForm.StudentService.UpdateStudentRequest request)
 {
     return(base.Channel.UpdateStudent(request));
 }