var _003_webservices=function() {
_003_webservices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
_003_webservices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return _003_webservices._staticInstance.get_path();},
HelloWorld:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
getAutoridades:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'getAutoridades',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
getMateria:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'getMateria',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
getToponimo:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'getToponimo',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); }}
_003_webservices.registerClass('_003_webservices',Sys.Net.WebServiceProxy);
_003_webservices._staticInstance = new _003_webservices();
_003_webservices.set_path = function(value) {
_003_webservices._staticInstance.set_path(value); }
_003_webservices.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return _003_webservices._staticInstance.get_path();}
_003_webservices.set_timeout = function(value) {
_003_webservices._staticInstance.set_timeout(value); }
_003_webservices.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return _003_webservices._staticInstance.get_timeout(); }
_003_webservices.set_defaultUserContext = function(value) { 
_003_webservices._staticInstance.set_defaultUserContext(value); }
_003_webservices.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return _003_webservices._staticInstance.get_defaultUserContext(); }
_003_webservices.set_defaultSucceededCallback = function(value) { 
 _003_webservices._staticInstance.set_defaultSucceededCallback(value); }
_003_webservices.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return _003_webservices._staticInstance.get_defaultSucceededCallback(); }
_003_webservices.set_defaultFailedCallback = function(value) { 
_003_webservices._staticInstance.set_defaultFailedCallback(value); }
_003_webservices.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return _003_webservices._staticInstance.get_defaultFailedCallback(); }
_003_webservices.set_path("/003_webservices.asmx");
_003_webservices.HelloWorld= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
_003_webservices._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
_003_webservices.getAutoridades= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
_003_webservices._staticInstance.getAutoridades(prefixText,count,onSuccess,onFailed,userContext); }
_003_webservices.getMateria= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
_003_webservices._staticInstance.getMateria(prefixText,count,onSuccess,onFailed,userContext); }
_003_webservices.getToponimo= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
_003_webservices._staticInstance.getToponimo(prefixText,count,onSuccess,onFailed,userContext); }

