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