Example #1
0
 public string GetFileInfo(int id)
 {
     SunNet.PMNew.Web.OperateDocManagements.GetFileInfoRequest inValue = new SunNet.PMNew.Web.OperateDocManagements.GetFileInfoRequest();
     inValue.Body    = new SunNet.PMNew.Web.OperateDocManagements.GetFileInfoRequestBody();
     inValue.Body.id = id;
     SunNet.PMNew.Web.OperateDocManagements.GetFileInfoResponse retVal = ((SunNet.PMNew.Web.OperateDocManagements.OperateDocManagementSoap)(this)).GetFileInfo(inValue);
     return(retVal.Body.GetFileInfoResult);
 }
Example #2
0
 SunNet.PMNew.Web.OperateDocManagements.GetFileInfoResponse SunNet.PMNew.Web.OperateDocManagements.OperateDocManagementSoap.GetFileInfo(SunNet.PMNew.Web.OperateDocManagements.GetFileInfoRequest request)
 {
     return(base.Channel.GetFileInfo(request));
 }