Example #1
0
 public System.Threading.Tasks.Task <CreatorAPI.OurProducerServiceLive.KmiePutResultResponse> KmiePutResultAsync(string username, string password, int systemType, string result)
 {
     CreatorAPI.OurProducerServiceLive.KmiePutResultRequest inValue = new CreatorAPI.OurProducerServiceLive.KmiePutResultRequest();
     inValue.Body            = new CreatorAPI.OurProducerServiceLive.KmiePutResultRequestBody();
     inValue.Body.username   = username;
     inValue.Body.password   = password;
     inValue.Body.systemType = systemType;
     inValue.Body.result     = result;
     return(((CreatorAPI.OurProducerServiceLive.WebServiceSoap)(this)).KmiePutResultAsync(inValue));
 }
Example #2
0
 public string KmiePutResult(string username, string password, int systemType, string result)
 {
     CreatorAPI.OurProducerServiceLive.KmiePutResultRequest inValue = new CreatorAPI.OurProducerServiceLive.KmiePutResultRequest();
     inValue.Body            = new CreatorAPI.OurProducerServiceLive.KmiePutResultRequestBody();
     inValue.Body.username   = username;
     inValue.Body.password   = password;
     inValue.Body.systemType = systemType;
     inValue.Body.result     = result;
     CreatorAPI.OurProducerServiceLive.KmiePutResultResponse retVal = ((CreatorAPI.OurProducerServiceLive.WebServiceSoap)(this)).KmiePutResult(inValue);
     return(retVal.Body.KmiePutResultResult);
 }
Example #3
0
 System.Threading.Tasks.Task <CreatorAPI.OurProducerServiceLive.KmiePutResultResponse> CreatorAPI.OurProducerServiceLive.WebServiceSoap.KmiePutResultAsync(CreatorAPI.OurProducerServiceLive.KmiePutResultRequest request)
 {
     return(base.Channel.KmiePutResultAsync(request));
 }
Example #4
0
 CreatorAPI.OurProducerServiceLive.KmiePutResultResponse CreatorAPI.OurProducerServiceLive.WebServiceSoap.KmiePutResult(CreatorAPI.OurProducerServiceLive.KmiePutResultRequest request)
 {
     return(base.Channel.KmiePutResult(request));
 }