
// javascript proxy for webservices
// by Matthias Hertel
/*  */

proxies.AjaxFunc = {
    url: "http://www.basque-bondissant.com/ws/AjaxFunc.asmx",
    ns: "http://tempuri.org/"
} // proxies.AjaxFunc



proxies.AjaxFunc.ChercheLigneBO = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLigneBO.fname = "ChercheLigneBO";
proxies.AjaxFunc.ChercheLigneBO.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLigneBO.action = "http://tempuri.org/ChercheLigneBO";
proxies.AjaxFunc.ChercheLigneBO.params = ["libel", "arret"];
proxies.AjaxFunc.ChercheLigneBO.rtype = ["ChercheLigneBOResult"];


proxies.AjaxFunc.GetHorEHZ = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorEHZ.fname = "GetHorEHZ";
proxies.AjaxFunc.GetHorEHZ.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorEHZ.action = "http://tempuri.org/GetHorEHZ";
proxies.AjaxFunc.GetHorEHZ.params = ["arret", "codeA", "codeR"];
proxies.AjaxFunc.GetHorEHZ.rtype = ["GetHorEHZResult"];


proxies.AjaxFunc.GetHorHasp = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorHasp.fname = "GetHorHasp";
proxies.AjaxFunc.GetHorHasp.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorHasp.action = "http://tempuri.org/GetHorHasp";
proxies.AjaxFunc.GetHorHasp.params = ["val"];
proxies.AjaxFunc.GetHorHasp.rtype = ["GetHorHaspResult"];

proxies.AjaxFunc.GetHorPamp = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorPamp.fname = "GetHorPamp";
proxies.AjaxFunc.GetHorPamp.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorPamp.action = "http://tempuri.org/GetHorPamp";
proxies.AjaxFunc.GetHorPamp.params = ["arret", "ligne", "a_ferm", "r_ferm", "dateA", "dateR"];
proxies.AjaxFunc.GetHorPamp.rtype = ["GetHorPampResult"];





proxies.AjaxFunc.SupprEtape = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.SupprEtape.fname = "SupprEtape";
proxies.AjaxFunc.SupprEtape.service = proxies.AjaxFunc;
proxies.AjaxFunc.SupprEtape.action = "http://tempuri.org/SupprEtape";
proxies.AjaxFunc.SupprEtape.params = ["val", "voyage"];
proxies.AjaxFunc.SupprEtape.rtype = ["SupprEtapeResult"];

proxies.AjaxFunc.DelPhotoVoyage = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.DelPhotoVoyage.fname = "DelPhotoVoyage";
proxies.AjaxFunc.DelPhotoVoyage.service = proxies.AjaxFunc;
proxies.AjaxFunc.DelPhotoVoyage.action = "http://tempuri.org/DelPhotoVoyage";
proxies.AjaxFunc.DelPhotoVoyage.params = ["val","voyage"];
proxies.AjaxFunc.DelPhotoVoyage.rtype = ["DelPhotoVoyageResult"];


proxies.AjaxFunc.DelBlocageEvt = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.DelBlocageEvt.fname = "DelBlocageEvt";
proxies.AjaxFunc.DelBlocageEvt.service = proxies.AjaxFunc;
proxies.AjaxFunc.DelBlocageEvt.action = "http://tempuri.org/DelBlocageEvt";
proxies.AjaxFunc.DelBlocageEvt.params = ["val"];
proxies.AjaxFunc.DelBlocageEvt.rtype = ["DelBlocageEvtResult"];


proxies.AjaxFunc.GetBlocageEvt = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetBlocageEvt.fname = "GetBlocageEvt";
proxies.AjaxFunc.GetBlocageEvt.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetBlocageEvt.action = "http://tempuri.org/GetBlocageEvt";
proxies.AjaxFunc.GetBlocageEvt.params = ["val"];
proxies.AjaxFunc.GetBlocageEvt.rtype = ["GetBlocageEvtResult"];

proxies.AjaxFunc.DelAtout = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.DelAtout.fname = "DelAtout";
proxies.AjaxFunc.DelAtout.service = proxies.AjaxFunc;
proxies.AjaxFunc.DelAtout.action = "http://tempuri.org/DelAtout";
proxies.AjaxFunc.DelAtout.params = ["id"];
proxies.AjaxFunc.DelAtout.rtype = ["DelAtoutResult"];

proxies.AjaxFunc.AddAtout = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.AddAtout.fname = "AddAtout";
proxies.AjaxFunc.AddAtout.service = proxies.AjaxFunc;
proxies.AjaxFunc.AddAtout.action = "http://tempuri.org/AddAtout";
proxies.AjaxFunc.AddAtout.params = ["atout","voyage"];
proxies.AjaxFunc.AddAtout.rtype = ["AddAtoutResult"];

proxies.AjaxFunc.DelPrix = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.DelPrix.fname = "DelPrix";
proxies.AjaxFunc.DelPrix.service = proxies.AjaxFunc;
proxies.AjaxFunc.DelPrix.action = "http://tempuri.org/DelPrix";
proxies.AjaxFunc.DelPrix.params = ["id"];
proxies.AjaxFunc.DelPrix.rtype = ["DelPrixResult"];

proxies.AjaxFunc.AddPrix = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.AddPrix.fname = "AddPrix";
proxies.AjaxFunc.AddPrix.service = proxies.AjaxFunc;
proxies.AjaxFunc.AddPrix.action = "http://tempuri.org/AddPrix";
proxies.AjaxFunc.AddPrix.params = ["dep","date","prix","link", "voyage"];
proxies.AjaxFunc.AddPrix.rtype = ["AddPrixResult"];

proxies.AjaxFunc.AddDate = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.AddDate.fname = "AddDate";
proxies.AjaxFunc.AddDate.service = proxies.AjaxFunc;
proxies.AjaxFunc.AddDate.action = "http://tempuri.org/AddDate";
proxies.AjaxFunc.AddDate.params = ["date","voyage"];
proxies.AjaxFunc.AddDate.rtype = ["AddDateResult"];

proxies.AjaxFunc.AddDep = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.AddDep.fname = "AddDep";
proxies.AjaxFunc.AddDep.service = proxies.AjaxFunc;
proxies.AjaxFunc.AddDep.action = "http://tempuri.org/AddDep";
proxies.AjaxFunc.AddDep.params = ["dep", "aer", "voyage"];
proxies.AjaxFunc.AddDep.rtype = ["AddDepResult"];


proxies.AjaxFunc.SavEtape = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.SavEtape.fname = "SavEtape";
proxies.AjaxFunc.SavEtape.service = proxies.AjaxFunc;
proxies.AjaxFunc.SavEtape.action = "http://tempuri.org/SavEtape";
proxies.AjaxFunc.SavEtape.params = ["id", "titre", "contenu","v"];
proxies.AjaxFunc.SavEtape.rtype = ["SavEtapeResult"];


proxies.AjaxFunc.DeleteEvent = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.DeleteEvent.fname = "DeleteEvent";
proxies.AjaxFunc.DeleteEvent.service = proxies.AjaxFunc;
proxies.AjaxFunc.DeleteEvent.action = "http://tempuri.org/DeleteEvent";
proxies.AjaxFunc.DeleteEvent.params = ["IdEvent"];
proxies.AjaxFunc.DeleteEvent.rtype = ["DeleteEventResult"];

proxies.AjaxFunc.Suppr_Obj = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.Suppr_Obj.fname = "Suppr_Obj";
proxies.AjaxFunc.Suppr_Obj.service = proxies.AjaxFunc;
proxies.AjaxFunc.Suppr_Obj.action = "http://tempuri.org/Suppr_Obj";
proxies.AjaxFunc.Suppr_Obj.params = ["IdObj:int"];
proxies.AjaxFunc.Suppr_Obj.rtype = ["Suppr_ObjResult"];

proxies.AjaxFunc.Rech_arret = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.Rech_arret.fname = "Rech_arret";
proxies.AjaxFunc.Rech_arret.service = proxies.AjaxFunc;
proxies.AjaxFunc.Rech_arret.action = "http://tempuri.org/Rech_arret";
proxies.AjaxFunc.Rech_arret.params = ["nomVille"];
proxies.AjaxFunc.Rech_arret.rtype = ["Rech_arretResult"];

proxies.AjaxFunc.RecupArret = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.RecupArret.fname = "RecupArret";
proxies.AjaxFunc.RecupArret.service = proxies.AjaxFunc;
proxies.AjaxFunc.RecupArret.action = "http://tempuri.org/RecupArret";
proxies.AjaxFunc.RecupArret.params = ["IdLigne"];
proxies.AjaxFunc.RecupArret.rtype = ["RecupArretResult"];

proxies.AjaxFunc.AfficheLigne = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.AfficheLigne.fname = "AfficheLigne";
proxies.AjaxFunc.AfficheLigne.service = proxies.AjaxFunc;
proxies.AjaxFunc.AfficheLigne.action = "http://tempuri.org/AfficheLigne";
proxies.AjaxFunc.AfficheLigne.params = ["IdLigne", "date"];
proxies.AjaxFunc.AfficheLigne.rtype = ["AfficheLigneResult"];

proxies.AjaxFunc.Rech_ligne_arret = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.Rech_ligne_arret.fname = "Rech_ligne_arret";
proxies.AjaxFunc.Rech_ligne_arret.service = proxies.AjaxFunc;
proxies.AjaxFunc.Rech_ligne_arret.action = "http://tempuri.org/Rech_ligne_arret";
proxies.AjaxFunc.Rech_ligne_arret.params = ["idArret:int"];
proxies.AjaxFunc.Rech_ligne_arret.rtype = ["Rech_ligne_arretResult"];

proxies.AjaxFunc.Rech_horaire_arret = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.Rech_horaire_arret.fname = "Rech_horaire_arret";
proxies.AjaxFunc.Rech_horaire_arret.service = proxies.AjaxFunc;
proxies.AjaxFunc.Rech_horaire_arret.action = "http://tempuri.org/Rech_horaire_arret";
proxies.AjaxFunc.Rech_horaire_arret.params = ["idArret:int", "idLigne:int"];
proxies.AjaxFunc.Rech_horaire_arret.rtype = ["Rech_horaire_arretResult"];

proxies.AjaxFunc.Final_arret = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.Final_arret.fname = "Final_arret";
proxies.AjaxFunc.Final_arret.service = proxies.AjaxFunc;
proxies.AjaxFunc.Final_arret.action = "http://tempuri.org/Final_arret";
proxies.AjaxFunc.Final_arret.params = ["idhoraire", "date"];
proxies.AjaxFunc.Final_arret.rtype = ["Final_arretResult"];

proxies.AjaxFunc.ChoixVilleDepart = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChoixVilleDepart.fname = "ChoixVilleDepart";
proxies.AjaxFunc.ChoixVilleDepart.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChoixVilleDepart.action = "http://tempuri.org/ChoixVilleDepart";
proxies.AjaxFunc.ChoixVilleDepart.params = ["ville"];
proxies.AjaxFunc.ChoixVilleDepart.rtype = ["ChoixVilleDepartResult"];

proxies.AjaxFunc.ChoixVilleDepartArret = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChoixVilleDepartArret.fname = "ChoixVilleDepartArret";
proxies.AjaxFunc.ChoixVilleDepartArret.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChoixVilleDepartArret.action = "http://tempuri.org/ChoixVilleDepartArret";
proxies.AjaxFunc.ChoixVilleDepartArret.params = ["ville"];
proxies.AjaxFunc.ChoixVilleDepartArret.rtype = ["ChoixVilleDepartArretResult"];

proxies.AjaxFunc.RechercheItineraire = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.RechercheItineraire.fname = "RechercheItineraire";
proxies.AjaxFunc.RechercheItineraire.service = proxies.AjaxFunc;
proxies.AjaxFunc.RechercheItineraire.action = "http://tempuri.org/RechercheItineraire";
proxies.AjaxFunc.RechercheItineraire.params = ["arretDepart", "arretArrive", "date"];
proxies.AjaxFunc.RechercheItineraire.rtype = ["RechercheItineraireResult"];

proxies.AjaxFunc.ChoixExcur = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChoixExcur.fname = "ChoixExcur";
proxies.AjaxFunc.ChoixExcur.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChoixExcur.action = "http://tempuri.org/ChoixExcur";
proxies.AjaxFunc.ChoixExcur.params = ["excursion"];
proxies.AjaxFunc.ChoixExcur.rtype = ["ChoixExcurResult"];

proxies.AjaxFunc.VerifExcur = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.VerifExcur.fname = "VerifExcur";
proxies.AjaxFunc.VerifExcur.service = proxies.AjaxFunc;
proxies.AjaxFunc.VerifExcur.action = "http://tempuri.org/VerifExcur";
proxies.AjaxFunc.VerifExcur.params = ["idExcursion"];
proxies.AjaxFunc.VerifExcur.rtype = ["VerifExcurResult"];

proxies.AjaxFunc.ChercheLigneAller = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLigneAller.fname = "ChercheLigneAller";
proxies.AjaxFunc.ChercheLigneAller.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLigneAller.action = "http://tempuri.org/ChercheLigneAller";
proxies.AjaxFunc.ChercheLigneAller.params = ["idExcursion", "date"];
proxies.AjaxFunc.ChercheLigneAller.rtype = ["ChercheLigneAllerResult"];

proxies.AjaxFunc.ChercheLignePampelune = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLignePampelune.fname = "ChercheLignePampelune";
proxies.AjaxFunc.ChercheLignePampelune.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLignePampelune.action = "http://tempuri.org/ChercheLignePampelune";
proxies.AjaxFunc.ChercheLignePampelune.params = ["idVille", "date", "ar", "ligne"];
proxies.AjaxFunc.ChercheLignePampelune.rtype = ["ChercheLignePampeluneResult"];

proxies.AjaxFunc.AfficheTarifEvent = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.AfficheTarifEvent.fname = "AfficheTarifEvent";
proxies.AjaxFunc.AfficheTarifEvent.service = proxies.AjaxFunc;
proxies.AjaxFunc.AfficheTarifEvent.action = "http://tempuri.org/AfficheTarifEvent";
proxies.AjaxFunc.AfficheTarifEvent.params = ["idArret"];
proxies.AjaxFunc.AfficheTarifEvent.rtype = ["AfficheTarifEventResult"];

proxies.AjaxFunc.GetTarif = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetTarif.fname = "GetTarif";
proxies.AjaxFunc.GetTarif.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetTarif.action = "http://tempuri.org/GetTarif";
proxies.AjaxFunc.GetTarif.params = ["idArret"];
proxies.AjaxFunc.GetTarif.rtype = ["GetTarifResult"];

proxies.AjaxFunc.Save_resa = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.Save_resa.fname = "Save_resa";
proxies.AjaxFunc.Save_resa.service = proxies.AjaxFunc;
proxies.AjaxFunc.Save_resa.action = "http://tempuri.org/Save_resa";
proxies.AjaxFunc.Save_resa.params = ["cde_desserte", "villedep", "dateA", "cdeA", "dateR", "cdeR", "typebillet", "nom", "tel", "total"];
proxies.AjaxFunc.Save_resa.rtype = ["Save_resaResult"];

proxies.AjaxFunc.ChercheArretNuba = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheArretNuba.fname = "ChercheArretNuba";
proxies.AjaxFunc.ChercheArretNuba.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheArretNuba.action = "http://tempuri.org/ChercheArretNuba";
proxies.AjaxFunc.ChercheArretNuba.params = ["date"];
proxies.AjaxFunc.ChercheArretNuba.rtype = ["ChercheArretNubaResult"];

proxies.AjaxFunc.ChercheHorairesNuba = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheHorairesNuba.fname = "ChercheHorairesNuba";
proxies.AjaxFunc.ChercheHorairesNuba.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheHorairesNuba.action = "http://tempuri.org/ChercheHorairesNuba";
proxies.AjaxFunc.ChercheHorairesNuba.params = ["arret", "AR", "cdeHor", "isRev"];
proxies.AjaxFunc.ChercheHorairesNuba.rtype = ["ChercheHorairesNubaResult"];

proxies.AjaxFunc.GetHorExcu = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorExcu.fname = "GetHorExcu";
proxies.AjaxFunc.GetHorExcu.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorExcu.action = "http://tempuri.org/GetHorExcu";
proxies.AjaxFunc.GetHorExcu.params = ["arret", "date", "idExcursion"];
proxies.AjaxFunc.GetHorExcu.rtype = ["GetHorExcuResult"];

proxies.AjaxFunc.ChercheEHZ = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheEHZ.fname = "ChercheEHZ";
proxies.AjaxFunc.ChercheEHZ.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheEHZ.action = "http://tempuri.org/ChercheEHZ";
proxies.AjaxFunc.ChercheEHZ.params = ["date", "arret", "sens", "ligne"];
proxies.AjaxFunc.ChercheEHZ.rtype = ["ChercheEHZResult"];

proxies.AjaxFunc.VilleHasp = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.VilleHasp.fname = "VilleHasp";
proxies.AjaxFunc.VilleHasp.service = proxies.AjaxFunc;
proxies.AjaxFunc.VilleHasp.action = "http://tempuri.org/VilleHasp";
proxies.AjaxFunc.VilleHasp.params = ["arret"];
proxies.AjaxFunc.VilleHasp.rtype = ["VilleHaspResult"];

proxies.AjaxFunc.VerifResa = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.VerifResa.fname = "VerifResa";
proxies.AjaxFunc.VerifResa.service = proxies.AjaxFunc;
proxies.AjaxFunc.VerifResa.action = "http://tempuri.org/VerifResa";
proxies.AjaxFunc.VerifResa.params = ["mail", "reference"];
proxies.AjaxFunc.VerifResa.rtype = ["VerifResaResult"];

proxies.AjaxFunc.GetHorIbar = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorIbar.fname = "GetHorIbar";
proxies.AjaxFunc.GetHorIbar.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorIbar.action = "http://tempuri.org/GetHorIbar";
proxies.AjaxFunc.GetHorIbar.params = ["arret", "jourhor", "moishor", "anneehor"];
proxies.AjaxFunc.GetHorIbar.rtype = ["GetHorIbarResult"];

proxies.AjaxFunc.GetLibel = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetLibel.fname = "GetLibel";
proxies.AjaxFunc.GetLibel.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetLibel.action = "http://tempuri.org/GetLibel";
proxies.AjaxFunc.GetLibel.params = ["codeEvent"];
proxies.AjaxFunc.GetLibel.rtype = ["GetLibelResult"];

proxies.AjaxFunc.GetLibel2 = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetLibel2.fname = "GetLibel2";
proxies.AjaxFunc.GetLibel2.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetLibel2.action = "http://tempuri.org/GetLibel2";
proxies.AjaxFunc.GetLibel2.params = ["codeEvent"];
proxies.AjaxFunc.GetLibel2.rtype = ["GetLibel2Result"];

proxies.AjaxFunc.GetHoraireBlocageResa = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHoraireBlocageResa.fname = "GetHoraireBlocageResa";
proxies.AjaxFunc.GetHoraireBlocageResa.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHoraireBlocageResa.action = "http://tempuri.org/GetHoraireBlocageResa";
proxies.AjaxFunc.GetHoraireBlocageResa.params = ["codeEvent", "lignes", "AllerRetour"];
proxies.AjaxFunc.GetHoraireBlocageResa.rtype = ["GetHoraireBlocageResaResult"];

proxies.AjaxFunc.UpdateHoraire = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.UpdateHoraire.fname = "UpdateHoraire";
proxies.AjaxFunc.UpdateHoraire.service = proxies.AjaxFunc;
proxies.AjaxFunc.UpdateHoraire.action = "http://tempuri.org/UpdateHoraire";
proxies.AjaxFunc.UpdateHoraire.params = ["oc", "date", "typeEvt"];
proxies.AjaxFunc.UpdateHoraire.rtype = ["UpdateHoraireResult"];

proxies.AjaxFunc.UpdateHoraireEvt = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.UpdateHoraireEvt.fname = "UpdateHoraireEvt";
proxies.AjaxFunc.UpdateHoraireEvt.service = proxies.AjaxFunc;
proxies.AjaxFunc.UpdateHoraireEvt.action = "http://tempuri.org/UpdateHoraireEvt";
proxies.AjaxFunc.UpdateHoraireEvt.params = ["oc", "date", "libel","type"];
proxies.AjaxFunc.UpdateHoraireEvt.rtype = ["UpdateHoraireEvtResult"];

proxies.AjaxFunc.UpdateAllHor = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.UpdateAllHor.fname = "UpdateAllHor";
proxies.AjaxFunc.UpdateAllHor.service = proxies.AjaxFunc;
proxies.AjaxFunc.UpdateAllHor.action = "http://tempuri.org/UpdateAllHor";
proxies.AjaxFunc.UpdateAllHor.params = ["Evt", "lignes", "allerRetour", "dateblocage"];
proxies.AjaxFunc.UpdateAllHor.rtype = ["UpdateAllHorResult"];

proxies.AjaxFunc.GetHorOlaizola = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorOlaizola.fname = "GetHorOlaizola";
proxies.AjaxFunc.GetHorOlaizola.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorOlaizola.action = "http://tempuri.org/GetHorOlaizola";
proxies.AjaxFunc.GetHorOlaizola.params = ["arret", "CodeEvent"];
proxies.AjaxFunc.GetHorOlaizola.rtype = ["GetHorOlaizolaResult"];

proxies.AjaxFunc.ChercheArretNubaRev = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheArretNubaRev.fname = "ChercheArretNubaRev";
proxies.AjaxFunc.ChercheArretNubaRev.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheArretNubaRev.action = "http://tempuri.org/ChercheArretNubaRev";
proxies.AjaxFunc.ChercheArretNubaRev.params = ["arret"];
proxies.AjaxFunc.ChercheArretNubaRev.rtype = ["ChercheArretNubaRevResult"];

proxies.AjaxFunc.GetHorExpressAeroport = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorExpressAeroport.fname = "GetHorExpressAeroport";
proxies.AjaxFunc.GetHorExpressAeroport.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorExpressAeroport.action = "http://tempuri.org/GetHorExpressAeroport";
proxies.AjaxFunc.GetHorExpressAeroport.params = ["arret", "way", "jr"];
proxies.AjaxFunc.GetHorExpressAeroport.rtype = ["GetHorExpressAeroportResult"];

proxies.AjaxFunc.ChercheLigneBayonne = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLigneBayonne.fname = "ChercheLigneBayonne";
proxies.AjaxFunc.ChercheLigneBayonne.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLigneBayonne.action = "http://tempuri.org/ChercheLigneBayonne";
proxies.AjaxFunc.ChercheLigneBayonne.params = ["idVille", "date"];
proxies.AjaxFunc.ChercheLigneBayonne.rtype = ["ChercheLigneBayonneResult"];

proxies.AjaxFunc.ActivateLigne = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ActivateLigne.fname = "ActivateLigne";
proxies.AjaxFunc.ActivateLigne.service = proxies.AjaxFunc;
proxies.AjaxFunc.ActivateLigne.action = "http://tempuri.org/ActivateLigne";
proxies.AjaxFunc.ActivateLigne.params = ["ligne", "mode", "date", "period"];
proxies.AjaxFunc.ActivateLigne.rtype = ["ActivateLigneResult"];

proxies.AjaxFunc.ChercheLigneAno = function () { return (proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLigneAno.fname = "ChercheLigneAno";
proxies.AjaxFunc.ChercheLigneAno.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLigneAno.action = "http://tempuri.org/ChercheLigneAno";
proxies.AjaxFunc.ChercheLigneAno.params = ["idVille", "date"];
proxies.AjaxFunc.ChercheLigneAno.rtype = ["ChercheLigneAnoResult"];

