Type.registerNamespace('ComponentArt.SOA.UI');
ComponentArt.SOA.UI.ISoaMenuService=function() {
ComponentArt.SOA.UI.ISoaMenuService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ComponentArt.SOA.UI.ISoaMenuService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ComponentArt.SOA.UI.ISoaMenuService._staticInstance.get_path();},
GetItems:function(request,succeededCallback, failedCallback, userContext) {
/// <param name="request" type="ComponentArt.SOA.UI.SoaMenuGetItemsRequest">ComponentArt.SOA.UI.SoaMenuGetItemsRequest</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(), 'GetItems',false,{request:request},succeededCallback,failedCallback,userContext); }}
ComponentArt.SOA.UI.ISoaMenuService.registerClass('ComponentArt.SOA.UI.ISoaMenuService',Sys.Net.WebServiceProxy);
ComponentArt.SOA.UI.ISoaMenuService._staticInstance = new ComponentArt.SOA.UI.ISoaMenuService();
ComponentArt.SOA.UI.ISoaMenuService.set_path = function(value) {
ComponentArt.SOA.UI.ISoaMenuService._staticInstance.set_path(value); }
ComponentArt.SOA.UI.ISoaMenuService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return ComponentArt.SOA.UI.ISoaMenuService._staticInstance.get_path();}
ComponentArt.SOA.UI.ISoaMenuService.set_timeout = function(value) {
ComponentArt.SOA.UI.ISoaMenuService._staticInstance.set_timeout(value); }
ComponentArt.SOA.UI.ISoaMenuService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return ComponentArt.SOA.UI.ISoaMenuService._staticInstance.get_timeout(); }
ComponentArt.SOA.UI.ISoaMenuService.set_defaultUserContext = function(value) { 
ComponentArt.SOA.UI.ISoaMenuService._staticInstance.set_defaultUserContext(value); }
ComponentArt.SOA.UI.ISoaMenuService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return ComponentArt.SOA.UI.ISoaMenuService._staticInstance.get_defaultUserContext(); }
ComponentArt.SOA.UI.ISoaMenuService.set_defaultSucceededCallback = function(value) { 
 ComponentArt.SOA.UI.ISoaMenuService._staticInstance.set_defaultSucceededCallback(value); }
ComponentArt.SOA.UI.ISoaMenuService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return ComponentArt.SOA.UI.ISoaMenuService._staticInstance.get_defaultSucceededCallback(); }
ComponentArt.SOA.UI.ISoaMenuService.set_defaultFailedCallback = function(value) { 
ComponentArt.SOA.UI.ISoaMenuService._staticInstance.set_defaultFailedCallback(value); }
ComponentArt.SOA.UI.ISoaMenuService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return ComponentArt.SOA.UI.ISoaMenuService._staticInstance.get_defaultFailedCallback(); }
ComponentArt.SOA.UI.ISoaMenuService.set_enableJsonp = function(value) { ComponentArt.SOA.UI.ISoaMenuService._staticInstance.set_enableJsonp(value); }
ComponentArt.SOA.UI.ISoaMenuService.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return ComponentArt.SOA.UI.ISoaMenuService._staticInstance.get_enableJsonp(); }
ComponentArt.SOA.UI.ISoaMenuService.set_jsonpCallbackParameter = function(value) { ComponentArt.SOA.UI.ISoaMenuService._staticInstance.set_jsonpCallbackParameter(value); }
ComponentArt.SOA.UI.ISoaMenuService.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return ComponentArt.SOA.UI.ISoaMenuService._staticInstance.get_jsonpCallbackParameter(); }
ComponentArt.SOA.UI.ISoaMenuService.set_path("http://www.financieredelacite.com/MenuService.svc");
ComponentArt.SOA.UI.ISoaMenuService.GetItems= function(request,onSuccess,onFailed,userContext) {
/// <param name="request" type="ComponentArt.SOA.UI.SoaMenuGetItemsRequest">ComponentArt.SOA.UI.SoaMenuGetItemsRequest</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>
ComponentArt.SOA.UI.ISoaMenuService._staticInstance.GetItems(request,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(ComponentArt.SOA.UI.SoaMenuGetItemsRequest) === 'undefined') {
ComponentArt.SOA.UI.SoaMenuGetItemsRequest=gtc("SoaMenuGetItemsRequest:http://schemas.datacontract.org/2004/07/ComponentArt.SOA.UI");
ComponentArt.SOA.UI.SoaMenuGetItemsRequest.registerClass('ComponentArt.SOA.UI.SoaMenuGetItemsRequest');
}
if (typeof(ComponentArt.SOA.UI.SoaMenuRequest) === 'undefined') {
ComponentArt.SOA.UI.SoaMenuRequest=gtc("SoaMenuRequest:http://schemas.datacontract.org/2004/07/ComponentArt.SOA.UI");
ComponentArt.SOA.UI.SoaMenuRequest.registerClass('ComponentArt.SOA.UI.SoaMenuRequest');
}
if (typeof(ComponentArt.SOA.UI.SoaMenuGetItemsResponse) === 'undefined') {
ComponentArt.SOA.UI.SoaMenuGetItemsResponse=gtc("SoaMenuGetItemsResponse:http://schemas.datacontract.org/2004/07/ComponentArt.SOA.UI");
ComponentArt.SOA.UI.SoaMenuGetItemsResponse.registerClass('ComponentArt.SOA.UI.SoaMenuGetItemsResponse');
}
if (typeof(ComponentArt.SOA.UI.SoaMenuResponse) === 'undefined') {
ComponentArt.SOA.UI.SoaMenuResponse=gtc("SoaMenuResponse:http://schemas.datacontract.org/2004/07/ComponentArt.SOA.UI");
ComponentArt.SOA.UI.SoaMenuResponse.registerClass('ComponentArt.SOA.UI.SoaMenuResponse');
}
if (typeof(ComponentArt.SOA.UI.SoaMenuItem) === 'undefined') {
ComponentArt.SOA.UI.SoaMenuItem=gtc("SoaMenuItem:http://schemas.datacontract.org/2004/07/ComponentArt.SOA.UI");
ComponentArt.SOA.UI.SoaMenuItem.registerClass('ComponentArt.SOA.UI.SoaMenuItem');
}

