var cesta_Membres = { path: "/Services/All/cesta_Membres.asmx", Get:function(filtre,tri,pageSize,pageNum,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "Get",{filtre:filtre,tri:tri,pageSize:pageSize,pageNum:pageNum}, onMethodComplete, onMethodTimeout); }, GetAutoCompletion:function(prefixText,count,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetAutoCompletion",{prefixText:prefixText,count:count}, onMethodComplete, onMethodTimeout); }, CheckPseudo:function(pseudo,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "CheckPseudo",{pseudo:pseudo}, onMethodComplete, onMethodTimeout); }, GetVillesByCP:function(CP,onMethodComplete, onMethodTimeout) {return Web.Net.ServiceMethodRequest.callMethod(this.path, "GetVillesByCP",{CP:CP}, onMethodComplete, onMethodTimeout); } }