Esempio n. 1
0
 public processGolfRepetitiveResponse(string To, string Action, string MessageID, string RelatesTo, Linxens.Core.QADServicesV2.WSDLGolfRepetitiveResponseType golfRepetitiveResponse)
 {
     this.To        = To;
     this.Action    = Action;
     this.MessageID = MessageID;
     this.RelatesTo = RelatesTo;
     this.golfRepetitiveResponse = golfRepetitiveResponse;
 }
Esempio n. 2
0
 public string golfRepetitive(ref string Action, ref string To, ref string MessageID, Linxens.Core.QADServicesV2.ReferenceParametersType ReferenceParameters, Linxens.Core.QADServicesV2.ReplyToType ReplyTo, Linxens.Core.QADServicesV2.WSDLGolfRepetitiveType golfRepetitive1, out Linxens.Core.QADServicesV2.WSDLGolfRepetitiveResponseType golfRepetitiveResponse)
 {
     Linxens.Core.QADServicesV2.processGolfRepetitiveRequest inValue = new Linxens.Core.QADServicesV2.processGolfRepetitiveRequest();
     inValue.Action              = Action;
     inValue.To                  = To;
     inValue.MessageID           = MessageID;
     inValue.ReferenceParameters = ReferenceParameters;
     inValue.ReplyTo             = ReplyTo;
     inValue.golfRepetitive      = golfRepetitive1;
     Linxens.Core.QADServicesV2.processGolfRepetitiveResponse retVal = ((Linxens.Core.QADServicesV2.QdocWebService)(this)).golfRepetitive(inValue);
     To        = retVal.To;
     Action    = retVal.Action;
     MessageID = retVal.MessageID;
     golfRepetitiveResponse = retVal.golfRepetitiveResponse;
     return(retVal.RelatesTo);
 }