Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <LW_18_2_PSD.ShoesService.doInsertResponse> doInsertAsync(string shoeName, int price)
 {
     LW_18_2_PSD.ShoesService.doInsertRequest inValue = new LW_18_2_PSD.ShoesService.doInsertRequest();
     inValue.Body          = new LW_18_2_PSD.ShoesService.doInsertRequestBody();
     inValue.Body.shoeName = shoeName;
     inValue.Body.price    = price;
     return(((LW_18_2_PSD.ShoesService.ShoesControllerSoap)(this)).doInsertAsync(inValue));
 }
Ejemplo n.º 2
0
 public string doInsert(string shoeName, int price)
 {
     LW_18_2_PSD.ShoesService.doInsertRequest inValue = new LW_18_2_PSD.ShoesService.doInsertRequest();
     inValue.Body          = new LW_18_2_PSD.ShoesService.doInsertRequestBody();
     inValue.Body.shoeName = shoeName;
     inValue.Body.price    = price;
     LW_18_2_PSD.ShoesService.doInsertResponse retVal = ((LW_18_2_PSD.ShoesService.ShoesControllerSoap)(this)).doInsert(inValue);
     return(retVal.Body.doInsertResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <LW_18_2_PSD.ShoesService.doInsertResponse> LW_18_2_PSD.ShoesService.ShoesControllerSoap.doInsertAsync(LW_18_2_PSD.ShoesService.doInsertRequest request)
 {
     return(base.Channel.doInsertAsync(request));
 }
Ejemplo n.º 4
0
 LW_18_2_PSD.ShoesService.doInsertResponse LW_18_2_PSD.ShoesService.ShoesControllerSoap.doInsert(LW_18_2_PSD.ShoesService.doInsertRequest request)
 {
     return(base.Channel.doInsert(request));
 }