Type.registerNamespace('Cesta'); Cesta.Services=new function() { this.path = "http://www.280hotel.com/_Services/SV_Cesta.asmx"; this.appPath = "http://www.280hotel.com//"; var cm=Sys.Net.ServiceMethod.createProxyMethod; cm(this,"IniciaPreciosHotel","m_FiltrosCesta"); cm(this,"IniciaFiltrosMail","m_filtros"); cm(this,"GrabaCesta","m_filtros"); cm(this,"SendMail","pSCesta","pSTo","Culture"); cm(this,"SendConsulta","m_filtros"); cm(this,"CompruebaTarjeta","sTarjeta"); cm(this,"ConsultaTarjeta"); } var gtc = Sys.Net.WebMethod.generateTypedConstructor; Cesta.CestaFiltros=gtc("Cesta.CestaFiltros"); Cesta.FiltrosMail=gtc("Cesta.FiltrosMail");