Type.registerNamespace('V2');
V2.ColorProductDescriptionService=function() {
V2.ColorProductDescriptionService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
V2.ColorProductDescriptionService.prototype={
GetItemDescription:function(a_strProduct,a_strField,succeededCallback, failedCallback, userContext) {
return this._invoke(V2.ColorProductDescriptionService.get_path(), 'GetItemDescription',false,{a_strProduct:a_strProduct,a_strField:a_strField},succeededCallback,failedCallback,userContext); }}
V2.ColorProductDescriptionService.registerClass('V2.ColorProductDescriptionService',Sys.Net.WebServiceProxy);
V2.ColorProductDescriptionService._staticInstance = new V2.ColorProductDescriptionService();
V2.ColorProductDescriptionService.set_path = function(value) { V2.ColorProductDescriptionService._staticInstance._path = value; }
V2.ColorProductDescriptionService.get_path = function() { return V2.ColorProductDescriptionService._staticInstance._path; }
V2.ColorProductDescriptionService.set_timeout = function(value) { V2.ColorProductDescriptionService._staticInstance._timeout = value; }
V2.ColorProductDescriptionService.get_timeout = function() { return V2.ColorProductDescriptionService._staticInstance._timeout; }
V2.ColorProductDescriptionService.set_defaultUserContext = function(value) { V2.ColorProductDescriptionService._staticInstance._userContext = value; }
V2.ColorProductDescriptionService.get_defaultUserContext = function() { return V2.ColorProductDescriptionService._staticInstance._userContext; }
V2.ColorProductDescriptionService.set_defaultSucceededCallback = function(value) { V2.ColorProductDescriptionService._staticInstance._succeeded = value; }
V2.ColorProductDescriptionService.get_defaultSucceededCallback = function() { return V2.ColorProductDescriptionService._staticInstance._succeeded; }
V2.ColorProductDescriptionService.set_defaultFailedCallback = function(value) { V2.ColorProductDescriptionService._staticInstance._failed = value; }
V2.ColorProductDescriptionService.get_defaultFailedCallback = function() { return V2.ColorProductDescriptionService._staticInstance._failed; }
V2.ColorProductDescriptionService.set_path("/V2/Color/WebServices/ColorProductDescriptionService.asmx");
V2.ColorProductDescriptionService.GetItemDescription= function(a_strProduct,a_strField,onSuccess,onFailed,userContext) {V2.ColorProductDescriptionService._staticInstance.GetItemDescription(a_strProduct,a_strField,onSuccess,onFailed,userContext); }

