var ArutpaIndexService=function() {
ArutpaIndexService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ArutpaIndexService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ArutpaIndexService._staticInstance.get_path();},
GetArutpaSongFirstLine:function(startingLetter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetArutpaSongFirstLine',false,{startingLetter:startingLetter},succeededCallback,failedCallback,userContext); },
GetArutpaSongSearch:function(word,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetArutpaSongSearch',false,{word:word},succeededCallback,failedCallback,userContext); },
GetSong:function(songid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSong',false,{songid:songid},succeededCallback,failedCallback,userContext); },
GetArutpaThirumuraisByWord:function(word,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetArutpaThirumuraisByWord',false,{word:word},succeededCallback,failedCallback,userContext); },
SearchThiruArutpa:function(thirumuraiBits,word,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchThiruArutpa',false,{thirumuraiBits:thirumuraiBits,word:word},succeededCallback,failedCallback,userContext); },
getWordCount:function(thirumuraiBits,word,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getWordCount',false,{thirumuraiBits:thirumuraiBits,word:word},succeededCallback,failedCallback,userContext); }}
ArutpaIndexService.registerClass('ArutpaIndexService',Sys.Net.WebServiceProxy);
ArutpaIndexService._staticInstance = new ArutpaIndexService();
ArutpaIndexService.set_path = function(value) { ArutpaIndexService._staticInstance.set_path(value); }
ArutpaIndexService.get_path = function() { return ArutpaIndexService._staticInstance.get_path(); }
ArutpaIndexService.set_timeout = function(value) { ArutpaIndexService._staticInstance.set_timeout(value); }
ArutpaIndexService.get_timeout = function() { return ArutpaIndexService._staticInstance.get_timeout(); }
ArutpaIndexService.set_defaultUserContext = function(value) { ArutpaIndexService._staticInstance.set_defaultUserContext(value); }
ArutpaIndexService.get_defaultUserContext = function() { return ArutpaIndexService._staticInstance.get_defaultUserContext(); }
ArutpaIndexService.set_defaultSucceededCallback = function(value) { ArutpaIndexService._staticInstance.set_defaultSucceededCallback(value); }
ArutpaIndexService.get_defaultSucceededCallback = function() { return ArutpaIndexService._staticInstance.get_defaultSucceededCallback(); }
ArutpaIndexService.set_defaultFailedCallback = function(value) { ArutpaIndexService._staticInstance.set_defaultFailedCallback(value); }
ArutpaIndexService.get_defaultFailedCallback = function() { return ArutpaIndexService._staticInstance.get_defaultFailedCallback(); }
ArutpaIndexService.set_path("/Services/ArutpaIndexService.asmx");
ArutpaIndexService.GetArutpaSongFirstLine= function(startingLetter,onSuccess,onFailed,userContext) {ArutpaIndexService._staticInstance.GetArutpaSongFirstLine(startingLetter,onSuccess,onFailed,userContext); }
ArutpaIndexService.GetArutpaSongSearch= function(word,onSuccess,onFailed,userContext) {ArutpaIndexService._staticInstance.GetArutpaSongSearch(word,onSuccess,onFailed,userContext); }
ArutpaIndexService.GetSong= function(songid,onSuccess,onFailed,userContext) {ArutpaIndexService._staticInstance.GetSong(songid,onSuccess,onFailed,userContext); }
ArutpaIndexService.GetArutpaThirumuraisByWord= function(word,onSuccess,onFailed,userContext) {ArutpaIndexService._staticInstance.GetArutpaThirumuraisByWord(word,onSuccess,onFailed,userContext); }
ArutpaIndexService.SearchThiruArutpa= function(thirumuraiBits,word,onSuccess,onFailed,userContext) {ArutpaIndexService._staticInstance.SearchThiruArutpa(thirumuraiBits,word,onSuccess,onFailed,userContext); }
ArutpaIndexService.getWordCount= function(thirumuraiBits,word,onSuccess,onFailed,userContext) {ArutpaIndexService._staticInstance.getWordCount(thirumuraiBits,word,onSuccess,onFailed,userContext); }

