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