示例#1
0
 public System.Threading.Tasks.Task <CPUserControls.WASalesTax.GetLocCodeResponse> GetLocCodeAsync(string street, string city, string zip, string loccode)
 {
     CPUserControls.WASalesTax.GetLocCodeRequest inValue = new CPUserControls.WASalesTax.GetLocCodeRequest();
     inValue.Body         = new CPUserControls.WASalesTax.GetLocCodeRequestBody();
     inValue.Body.street  = street;
     inValue.Body.city    = city;
     inValue.Body.zip     = zip;
     inValue.Body.loccode = loccode;
     return(((CPUserControls.WASalesTax.serviceSoap)(this)).GetLocCodeAsync(inValue));
 }
示例#2
0
 public int GetLocCode(string street, string city, string zip, ref string loccode)
 {
     CPUserControls.WASalesTax.GetLocCodeRequest inValue = new CPUserControls.WASalesTax.GetLocCodeRequest();
     inValue.Body         = new CPUserControls.WASalesTax.GetLocCodeRequestBody();
     inValue.Body.street  = street;
     inValue.Body.city    = city;
     inValue.Body.zip     = zip;
     inValue.Body.loccode = loccode;
     CPUserControls.WASalesTax.GetLocCodeResponse retVal = ((CPUserControls.WASalesTax.serviceSoap)(this)).GetLocCode(inValue);
     loccode = retVal.Body.loccode;
     return(retVal.Body.GetLocCodeResult);
 }
示例#3
0
 System.Threading.Tasks.Task <CPUserControls.WASalesTax.GetLocCodeResponse> CPUserControls.WASalesTax.serviceSoap.GetLocCodeAsync(CPUserControls.WASalesTax.GetLocCodeRequest request)
 {
     return(base.Channel.GetLocCodeAsync(request));
 }
示例#4
0
 CPUserControls.WASalesTax.GetLocCodeResponse CPUserControls.WASalesTax.serviceSoap.GetLocCode(CPUserControls.WASalesTax.GetLocCodeRequest request)
 {
     return(base.Channel.GetLocCode(request));
 }