Type.registerNamespace('Mail'); Mail.Services=new function() { this.path = "http://www.prestige-soft.com/_Services/SV_Mail.asmx"; this.appPath = "http://www.prestige-soft.com//"; var cm=Sys.Net.ServiceMethod.createProxyMethod; cm(this,"SendMail","oMail"); } var gtc = Sys.Net.WebMethod.generateTypedConstructor; Mail.MailObject=gtc("Mail.MailObject");