Type.registerNamespace('ACE.WebService');
ACE.WebService.ListeVille=function() {
ACE.WebService.ListeVille.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ACE.WebService.ListeVille.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ACE.WebService.ListeVille._staticInstance.get_path();},
GetListProcessRender:function(contextKey,TargetControlId,succeededCallback, failedCallback, userContext) {
/// <param name="contextKey" type="String">System.String</param>
/// <param name="TargetControlId" type="String">System.String</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(), 'GetListProcessRender',false,{contextKey:contextKey,TargetControlId:TargetControlId},succeededCallback,failedCallback,userContext); }}
ACE.WebService.ListeVille.registerClass('ACE.WebService.ListeVille',Sys.Net.WebServiceProxy);
ACE.WebService.ListeVille._staticInstance = new ACE.WebService.ListeVille();
ACE.WebService.ListeVille.set_path = function(value) {
ACE.WebService.ListeVille._staticInstance.set_path(value); }
ACE.WebService.ListeVille.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return ACE.WebService.ListeVille._staticInstance.get_path();}
ACE.WebService.ListeVille.set_timeout = function(value) {
ACE.WebService.ListeVille._staticInstance.set_timeout(value); }
ACE.WebService.ListeVille.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return ACE.WebService.ListeVille._staticInstance.get_timeout(); }
ACE.WebService.ListeVille.set_defaultUserContext = function(value) { 
ACE.WebService.ListeVille._staticInstance.set_defaultUserContext(value); }
ACE.WebService.ListeVille.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return ACE.WebService.ListeVille._staticInstance.get_defaultUserContext(); }
ACE.WebService.ListeVille.set_defaultSucceededCallback = function(value) { 
 ACE.WebService.ListeVille._staticInstance.set_defaultSucceededCallback(value); }
ACE.WebService.ListeVille.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return ACE.WebService.ListeVille._staticInstance.get_defaultSucceededCallback(); }
ACE.WebService.ListeVille.set_defaultFailedCallback = function(value) { 
ACE.WebService.ListeVille._staticInstance.set_defaultFailedCallback(value); }
ACE.WebService.ListeVille.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return ACE.WebService.ListeVille._staticInstance.get_defaultFailedCallback(); }
ACE.WebService.ListeVille.set_path("/ListeVille.asmx");
ACE.WebService.ListeVille.GetListProcessRender= function(contextKey,TargetControlId,onSuccess,onFailed,userContext) {
/// <param name="contextKey" type="String">System.String</param>
/// <param name="TargetControlId" type="String">System.String</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>
ACE.WebService.ListeVille._staticInstance.GetListProcessRender(contextKey,TargetControlId,onSuccess,onFailed,userContext); }
