Example #1
0
 public string StudentScore(TestApp.ServiceReference1.Student s)
 {
     TestApp.ServiceReference1.StudentScoreRequest inValue = new TestApp.ServiceReference1.StudentScoreRequest();
     inValue.Body   = new TestApp.ServiceReference1.StudentScoreRequestBody();
     inValue.Body.s = s;
     TestApp.ServiceReference1.StudentScoreResponse retVal = ((TestApp.ServiceReference1.WebService1Soap)(this)).StudentScore(inValue);
     return(retVal.Body.StudentScoreResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <TestApp.ServiceReference1.StudentScoreResponse> StudentScoreAsync(TestApp.ServiceReference1.Student s)
 {
     TestApp.ServiceReference1.StudentScoreRequest inValue = new TestApp.ServiceReference1.StudentScoreRequest();
     inValue.Body   = new TestApp.ServiceReference1.StudentScoreRequestBody();
     inValue.Body.s = s;
     return(((TestApp.ServiceReference1.WebService1Soap)(this)).StudentScoreAsync(inValue));
 }
Example #3
0
 public StudentScoreRequestBody(TestApp.ServiceReference1.Student s)
 {
     this.s = s;
 }