Exemplo n.º 1
0
 public bool InjectFile_10Op(string EUserId, string ESystem, string FlowName, string FlowVersion, string FileName, string FilePath, int NumberOfElements, bool fileAttachedWithSoapMsg, System.Xml.XmlElement FunctionalValidationInformation, bool Overwrite, out string BatchId, out safeprojectname.ServiceReference2.ErrorType Error)
 {
     safeprojectname.ServiceReference2.InjectFile_10OpRequest inValue = new safeprojectname.ServiceReference2.InjectFile_10OpRequest();
     inValue.EUserId                         = EUserId;
     inValue.ESystem                         = ESystem;
     inValue.FlowName                        = FlowName;
     inValue.FlowVersion                     = FlowVersion;
     inValue.FileName                        = FileName;
     inValue.FilePath                        = FilePath;
     inValue.NumberOfElements                = NumberOfElements;
     inValue.fileAttachedWithSoapMsg         = fileAttachedWithSoapMsg;
     inValue.FunctionalValidationInformation = FunctionalValidationInformation;
     inValue.Overwrite                       = Overwrite;
     safeprojectname.ServiceReference2.InjectFile_10OpResponse retVal = ((safeprojectname.ServiceReference2.portType)(this)).InjectFile_10Op(inValue);
     BatchId = retVal.BatchId;
     Error   = retVal.Error;
     return(retVal.processWithSuccess);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <safeprojectname.ServiceReference2.InjectFile_10OpResponse> InjectFile_10OpAsync(safeprojectname.ServiceReference2.InjectFile_10OpRequest request)
 {
     return(base.Channel.InjectFile_10OpAsync(request));
 }
Exemplo n.º 3
0
 safeprojectname.ServiceReference2.InjectFile_10OpResponse safeprojectname.ServiceReference2.portType.InjectFile_10Op(safeprojectname.ServiceReference2.InjectFile_10OpRequest request)
 {
     return(base.Channel.InjectFile_10Op(request));
 }