Exemplo n.º 1
0
 public CSM.Service.CBSHPService.SiebelMessage1 SR_Request(CSM.Service.CBSHPService.SiebelMessage c)
 {
     CSM.Service.CBSHPService.SR_RequestRequest inValue = new CSM.Service.CBSHPService.SR_RequestRequest();
     inValue.c = c;
     CSM.Service.CBSHPService.SR_RequestResponse retVal = ((CSM.Service.CBSHPService.ServiceSoap)(this)).SR_Request(inValue);
     return(retVal.SR_RequestResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <CSM.Service.CBSHPService.SR_RequestResponse> SR_RequestAsync(CSM.Service.CBSHPService.SiebelMessage c)
 {
     CSM.Service.CBSHPService.SR_RequestRequest inValue = new CSM.Service.CBSHPService.SR_RequestRequest();
     inValue.c = c;
     return(((CSM.Service.CBSHPService.ServiceSoap)(this)).SR_RequestAsync(inValue));
 }
Exemplo n.º 3
0
 public SR_RequestRequest(CSM.Service.CBSHPService.SiebelMessage c)
 {
     this.c = c;
 }