public HCMIS.Desktop.STVSyncService.STVList[] getSTVList(string userName, string password, int HubID)
 {
     HCMIS.Desktop.STVSyncService.getSTVListRequest inValue = new HCMIS.Desktop.STVSyncService.getSTVListRequest();
     inValue.Body          = new HCMIS.Desktop.STVSyncService.getSTVListRequestBody();
     inValue.Body.userName = userName;
     inValue.Body.password = password;
     inValue.Body.HubID    = HubID;
     HCMIS.Desktop.STVSyncService.getSTVListResponse retVal = ((HCMIS.Desktop.STVSyncService.ServiceSoap)(this)).getSTVList(inValue);
     return(retVal.Body.getSTVListResult);
 }
 HCMIS.Desktop.STVSyncService.getSTVListResponse HCMIS.Desktop.STVSyncService.ServiceSoap.getSTVList(HCMIS.Desktop.STVSyncService.getSTVListRequest request)
 {
     return(base.Channel.getSTVList(request));
 }