Beispiel #1
0
 public System.Threading.Tasks.Task <Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeResponse> GetParcelShopsInZipcodeAsync(string zipcode, string countryIso3166A2)
 {
     Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeRequest inValue = new Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeRequest();
     inValue.zipcode          = zipcode;
     inValue.countryIso3166A2 = countryIso3166A2;
     return(((Nop.Plugin.Shipping.Gls.GlsWebService.wsShopFinderSoap)(this)).GetParcelShopsInZipcodeAsync(inValue));
 }
Beispiel #2
0
 public Nop.Plugin.Shipping.Gls.GlsWebService.PakkeshopData[] GetParcelShopsInZipcode(string zipcode, string countryIso3166A2)
 {
     Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeRequest inValue = new Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeRequest();
     inValue.zipcode          = zipcode;
     inValue.countryIso3166A2 = countryIso3166A2;
     Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeResponse retVal = ((Nop.Plugin.Shipping.Gls.GlsWebService.wsShopFinderSoap)(this)).GetParcelShopsInZipcode(inValue);
     return(retVal.GetParcelShopsInZipcodeResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeResponse> Nop.Plugin.Shipping.Gls.GlsWebService.wsShopFinderSoap.GetParcelShopsInZipcodeAsync(Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeRequest request)
 {
     return(base.Channel.GetParcelShopsInZipcodeAsync(request));
 }
Beispiel #4
0
 Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeResponse Nop.Plugin.Shipping.Gls.GlsWebService.wsShopFinderSoap.GetParcelShopsInZipcode(Nop.Plugin.Shipping.Gls.GlsWebService.GetParcelShopsInZipcodeRequest request)
 {
     return(base.Channel.GetParcelShopsInZipcode(request));
 }