public System.Threading.Tasks.Task <LW_18_2_PSD.ShoesService.doUpdateResponse> doUpdateAsync(string oldShoeName, int oldPrice, string updateName, int updatePrice)
 {
     LW_18_2_PSD.ShoesService.doUpdateRequest inValue = new LW_18_2_PSD.ShoesService.doUpdateRequest();
     inValue.Body             = new LW_18_2_PSD.ShoesService.doUpdateRequestBody();
     inValue.Body.oldShoeName = oldShoeName;
     inValue.Body.oldPrice    = oldPrice;
     inValue.Body.updateName  = updateName;
     inValue.Body.updatePrice = updatePrice;
     return(((LW_18_2_PSD.ShoesService.ShoesControllerSoap)(this)).doUpdateAsync(inValue));
 }
 public string doUpdate(string oldShoeName, int oldPrice, string updateName, int updatePrice)
 {
     LW_18_2_PSD.ShoesService.doUpdateRequest inValue = new LW_18_2_PSD.ShoesService.doUpdateRequest();
     inValue.Body             = new LW_18_2_PSD.ShoesService.doUpdateRequestBody();
     inValue.Body.oldShoeName = oldShoeName;
     inValue.Body.oldPrice    = oldPrice;
     inValue.Body.updateName  = updateName;
     inValue.Body.updatePrice = updatePrice;
     LW_18_2_PSD.ShoesService.doUpdateResponse retVal = ((LW_18_2_PSD.ShoesService.ShoesControllerSoap)(this)).doUpdate(inValue);
     return(retVal.Body.doUpdateResult);
 }
 System.Threading.Tasks.Task <LW_18_2_PSD.ShoesService.doUpdateResponse> LW_18_2_PSD.ShoesService.ShoesControllerSoap.doUpdateAsync(LW_18_2_PSD.ShoesService.doUpdateRequest request)
 {
     return(base.Channel.doUpdateAsync(request));
 }
 LW_18_2_PSD.ShoesService.doUpdateResponse LW_18_2_PSD.ShoesService.ShoesControllerSoap.doUpdate(LW_18_2_PSD.ShoesService.doUpdateRequest request)
 {
     return(base.Channel.doUpdate(request));
 }