Exemplo n.º 1
0
 public WebApplication1.ServiceReference1.Student[] Students()
 {
     WebApplication1.ServiceReference1.StudentsRequest inValue = new WebApplication1.ServiceReference1.StudentsRequest();
     inValue.Body = new WebApplication1.ServiceReference1.StudentsRequestBody();
     WebApplication1.ServiceReference1.StudentsResponse retVal = ((WebApplication1.ServiceReference1.WebService1Soap)(this)).Students(inValue);
     return(retVal.Body.StudentsResult);
 }
Exemplo n.º 2
0
 WebApplication1.ServiceReference1.StudentsResponse WebApplication1.ServiceReference1.WebService1Soap.Students(WebApplication1.ServiceReference1.StudentsRequest request)
 {
     return(base.Channel.Students(request));
 }