public System.Threading.Tasks.Task <Bastama_İBB_Web_Servis.iett.GetDurak_jsonResponse> GetDurak_jsonAsync(string DurakKodu)
 {
     Bastama_İBB_Web_Servis.iett.GetDurak_jsonRequest inValue = new Bastama_İBB_Web_Servis.iett.GetDurak_jsonRequest();
     inValue.Body           = new Bastama_İBB_Web_Servis.iett.GetDurak_jsonRequestBody();
     inValue.Body.DurakKodu = DurakKodu;
     return(((Bastama_İBB_Web_Servis.iett.WebService1Soap)(this)).GetDurak_jsonAsync(inValue));
 }
 public string GetDurak_json(string DurakKodu)
 {
     Bastama_İBB_Web_Servis.iett.GetDurak_jsonRequest inValue = new Bastama_İBB_Web_Servis.iett.GetDurak_jsonRequest();
     inValue.Body           = new Bastama_İBB_Web_Servis.iett.GetDurak_jsonRequestBody();
     inValue.Body.DurakKodu = DurakKodu;
     Bastama_İBB_Web_Servis.iett.GetDurak_jsonResponse retVal = ((Bastama_İBB_Web_Servis.iett.WebService1Soap)(this)).GetDurak_json(inValue);
     return(retVal.Body.GetDurak_jsonResult);
 }
 System.Threading.Tasks.Task <Bastama_İBB_Web_Servis.iett.GetDurak_jsonResponse> Bastama_İBB_Web_Servis.iett.WebService1Soap.GetDurak_jsonAsync(Bastama_İBB_Web_Servis.iett.GetDurak_jsonRequest request)
 {
     return(base.Channel.GetDurak_jsonAsync(request));
 }
 Bastama_İBB_Web_Servis.iett.GetDurak_jsonResponse Bastama_İBB_Web_Servis.iett.WebService1Soap.GetDurak_json(Bastama_İBB_Web_Servis.iett.GetDurak_jsonRequest request)
 {
     return(base.Channel.GetDurak_json(request));
 }