Ejemplo n.º 1
0
 public SLM.Application.LeadServiceProxy.Header InsertLead(SLM.Application.LeadServiceProxy.Header RequestHeader, string RequestXml, out string ResponseStatus)
 {
     SLM.Application.LeadServiceProxy.InsertLeadRequest inValue = new SLM.Application.LeadServiceProxy.InsertLeadRequest();
     inValue.RequestHeader = RequestHeader;
     inValue.RequestXml    = RequestXml;
     SLM.Application.LeadServiceProxy.InsertLeadResponse retVal = ((SLM.Application.LeadServiceProxy.ILeadService)(this)).InsertLead(inValue);
     ResponseStatus = retVal.ResponseStatus;
     return(retVal.ResponseHeader);
 }
Ejemplo n.º 2
0
 SLM.Application.LeadServiceProxy.InsertLeadResponse SLM.Application.LeadServiceProxy.ILeadService.InsertLead(SLM.Application.LeadServiceProxy.InsertLeadRequest request)
 {
     return(base.Channel.InsertLead(request));
 }