Exemplo n.º 1
0
 public CC2015_HollyFormsApp.CCWeb.CallRecordService.CallRecord_ORIG GetCallRecord_ORIGByCallID(string Verifycode, long callid, ref string msg)
 {
     CC2015_HollyFormsApp.CCWeb.CallRecordService.GetCallRecord_ORIGByCallIDRequest inValue = new CC2015_HollyFormsApp.CCWeb.CallRecordService.GetCallRecord_ORIGByCallIDRequest();
     inValue.Body            = new CC2015_HollyFormsApp.CCWeb.CallRecordService.GetCallRecord_ORIGByCallIDRequestBody();
     inValue.Body.Verifycode = Verifycode;
     inValue.Body.callid     = callid;
     inValue.Body.msg        = msg;
     CC2015_HollyFormsApp.CCWeb.CallRecordService.GetCallRecord_ORIGByCallIDResponse retVal = ((CC2015_HollyFormsApp.CCWeb.CallRecordService.CallRecordServiceSoap)(this)).GetCallRecord_ORIGByCallID(inValue);
     msg = retVal.Body.msg;
     return(retVal.Body.GetCallRecord_ORIGByCallIDResult);
 }
Exemplo n.º 2
0
 CC2015_HollyFormsApp.CCWeb.CallRecordService.GetCallRecord_ORIGByCallIDResponse CC2015_HollyFormsApp.CCWeb.CallRecordService.CallRecordServiceSoap.GetCallRecord_ORIGByCallID(CC2015_HollyFormsApp.CCWeb.CallRecordService.GetCallRecord_ORIGByCallIDRequest request)
 {
     return(base.Channel.GetCallRecord_ORIGByCallID(request));
 }