Example #1
0
 public System.Threading.Tasks.Task <PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsResponse> GetStudentDetailsAsync(string username, string password)
 {
     PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsRequest inValue = new PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsRequest();
     inValue.Body          = new PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     return(((PSUPKTProvider.PSUPKTPassportService.AuthenticationSoap)(this)).GetStudentDetailsAsync(inValue));
 }
Example #2
0
 public PSUPKTProvider.PSUPKTPassportService.ArrayOfString GetStudentDetails(string username, string password)
 {
     PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsRequest inValue = new PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsRequest();
     inValue.Body          = new PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsResponse retVal = ((PSUPKTProvider.PSUPKTPassportService.AuthenticationSoap)(this)).GetStudentDetails(inValue);
     return(retVal.Body.GetStudentDetailsResult);
 }
Example #3
0
 System.Threading.Tasks.Task <PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsResponse> PSUPKTProvider.PSUPKTPassportService.AuthenticationSoap.GetStudentDetailsAsync(PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsRequest request)
 {
     return(base.Channel.GetStudentDetailsAsync(request));
 }
Example #4
0
 PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsResponse PSUPKTProvider.PSUPKTPassportService.AuthenticationSoap.GetStudentDetails(PSUPKTProvider.PSUPKTPassportService.GetStudentDetailsRequest request)
 {
     return(base.Channel.GetStudentDetails(request));
 }