Example #1
0
 public bool InjectFileFromKwai_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.InjectFileFromKwai_10OpRequest inValue = new safeprojectname.ServiceReference2.InjectFileFromKwai_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.InjectFileFromKwai_10OpResponse retVal = ((safeprojectname.ServiceReference2.portType)(this)).InjectFileFromKwai_10Op(inValue);
     BatchId = retVal.BatchId;
     Error   = retVal.Error;
     return(retVal.processWithSuccess);
 }
Example #2
0
 public InjectFileFromKwai_10OpResponse(bool processWithSuccess, string BatchId, safeprojectname.ServiceReference2.ErrorType Error)
 {
     this.processWithSuccess = processWithSuccess;
     this.BatchId            = BatchId;
     this.Error = Error;
 }