Type.registerNamespace('bcaX');
bcaX.artServe=function() {
bcaX.artServe.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
bcaX.artServe.prototype={
Get:function(keyData,aid,succeededCallback, failedCallback, userContext) {
return this._invoke(bcaX.artServe.get_path(), 'Get',false,{keyData:keyData,aid:aid},succeededCallback,failedCallback,userContext); }}
bcaX.artServe.registerClass('bcaX.artServe',Sys.Net.WebServiceProxy);
bcaX.artServe._staticInstance = new bcaX.artServe();
bcaX.artServe.set_path = function(value) { bcaX.artServe._staticInstance._path = value; }
bcaX.artServe.get_path = function() { return bcaX.artServe._staticInstance._path; }
bcaX.artServe.set_timeout = function(value) { bcaX.artServe._staticInstance._timeout = value; }
bcaX.artServe.get_timeout = function() { return bcaX.artServe._staticInstance._timeout; }
bcaX.artServe.set_defaultUserContext = function(value) { bcaX.artServe._staticInstance._userContext = value; }
bcaX.artServe.get_defaultUserContext = function() { return bcaX.artServe._staticInstance._userContext; }
bcaX.artServe.set_defaultSucceededCallback = function(value) { bcaX.artServe._staticInstance._succeeded = value; }
bcaX.artServe.get_defaultSucceededCallback = function() { return bcaX.artServe._staticInstance._succeeded; }
bcaX.artServe.set_defaultFailedCallback = function(value) { bcaX.artServe._staticInstance._failed = value; }
bcaX.artServe.get_defaultFailedCallback = function() { return bcaX.artServe._staticInstance._failed; }
bcaX.artServe.set_path("/artServe.asmx");
bcaX.artServe.Get= function(keyData,aid,onSuccess,onFailed,userContext) {bcaX.artServe._staticInstance.Get(keyData,aid,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(bcaX.ClientArticle) === 'undefined') {
bcaX.ClientArticle=gtc("bcaX.ClientArticle");
bcaX.ClientArticle.registerClass('bcaX.ClientArticle');
}
