Exemple #1
0
 public System.Threading.Tasks.Task <KdQuoteLibrary.ScenariosWS.LookupEndorsementsResponse> LookupEndorsementsAsync(int AccountNo, int FormCode, System.DateTime EffectiveDate, string Zipcode)
 {
     KdQuoteLibrary.ScenariosWS.LookupEndorsementsRequest inValue = new KdQuoteLibrary.ScenariosWS.LookupEndorsementsRequest();
     inValue.Body               = new KdQuoteLibrary.ScenariosWS.LookupEndorsementsRequestBody();
     inValue.Body.AccountNo     = AccountNo;
     inValue.Body.FormCode      = FormCode;
     inValue.Body.EffectiveDate = EffectiveDate;
     inValue.Body.Zipcode       = Zipcode;
     return(((KdQuoteLibrary.ScenariosWS.ScenariosSoap)(this)).LookupEndorsementsAsync(inValue));
 }
Exemple #2
0
 public string LookupEndorsements(int AccountNo, int FormCode, System.DateTime EffectiveDate, string Zipcode)
 {
     KdQuoteLibrary.ScenariosWS.LookupEndorsementsRequest inValue = new KdQuoteLibrary.ScenariosWS.LookupEndorsementsRequest();
     inValue.Body               = new KdQuoteLibrary.ScenariosWS.LookupEndorsementsRequestBody();
     inValue.Body.AccountNo     = AccountNo;
     inValue.Body.FormCode      = FormCode;
     inValue.Body.EffectiveDate = EffectiveDate;
     inValue.Body.Zipcode       = Zipcode;
     KdQuoteLibrary.ScenariosWS.LookupEndorsementsResponse retVal = ((KdQuoteLibrary.ScenariosWS.ScenariosSoap)(this)).LookupEndorsements(inValue);
     return(retVal.Body.LookupEndorsementsResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <KdQuoteLibrary.ScenariosWS.LookupEndorsementsResponse> KdQuoteLibrary.ScenariosWS.ScenariosSoap.LookupEndorsementsAsync(KdQuoteLibrary.ScenariosWS.LookupEndorsementsRequest request)
 {
     return(base.Channel.LookupEndorsementsAsync(request));
 }
Exemple #4
0
 KdQuoteLibrary.ScenariosWS.LookupEndorsementsResponse KdQuoteLibrary.ScenariosWS.ScenariosSoap.LookupEndorsements(KdQuoteLibrary.ScenariosWS.LookupEndorsementsRequest request)
 {
     return(base.Channel.LookupEndorsements(request));
 }