예제 #1
0
 public WebGIS.WebGISService.KY_PendingWork[] KY_GetPendingWork(string username, string password)
 {
     WebGIS.WebGISService.KY_GetPendingWorkRequest inValue = new WebGIS.WebGISService.KY_GetPendingWorkRequest();
     inValue.Body          = new WebGIS.WebGISService.KY_GetPendingWorkRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     WebGIS.WebGISService.KY_GetPendingWorkResponse retVal = ((WebGIS.WebGISService.WebGISServiceSoap)(this)).KY_GetPendingWork(inValue);
     return(retVal.Body.KY_GetPendingWorkResult);
 }
예제 #2
0
 WebGIS.WebGISService.KY_GetPendingWorkResponse WebGIS.WebGISService.WebGISServiceSoap.KY_GetPendingWork(WebGIS.WebGISService.KY_GetPendingWorkRequest request)
 {
     return(base.Channel.KY_GetPendingWork(request));
 }