var WSErrors=function() {
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WSErrors.prototype={
Log:Sys.Net._WebMethod._createProxyMethod(this,"Log", "WSErrors.Log",false,"str"),_get_path: function() { return WSErrors.get_path(); },
    set_timeout: function(value) { this._timeout = value; },
    get_timeout: function() { return this._timeout; },
    set_defaultUserContext: function(value) { this._userContext = value; },
    get_defaultUserContext: function() { return this._userContext; },
    set_defaultSucceededCallback: function(value) { this._succeeded = value; },
    get_defaultSucceededCallback: function() { return this._succeeded; },
    set_defaultFailedCallback: function(value) { this._failed = value; },
    get_defaultFailedCallback: function() { return this._failed; }
}
WSErrors._staticInstance = new WSErrors();
WSErrors.set_path = function(value) { WSErrors._staticInstance._path = value; }
WSErrors.get_path = function() { return WSErrors._staticInstance._path; }
WSErrors.set_timeout = function(value) { WSErrors._staticInstance._timeout = value; }
WSErrors.get_timeout = function() { return WSErrors._staticInstance._timeout; }
WSErrors.set_defaultUserContext = function(value) { WSErrors._staticInstance._userContext = value; }
WSErrors.get_defaultUserContext = function() { return WSErrors._staticInstance._userContext; }
WSErrors.set_defaultSucceededCallback = function(value) { WSErrors._staticInstance._succeeded = value; }
WSErrors.get_defaultSucceededCallback = function() { return WSErrors._staticInstance._succeeded; }
WSErrors.set_defaultFailedCallback = function(value) { WSErrors._staticInstance._failed = value; }
WSErrors.get_defaultFailedCallback = function() { return WSErrors._staticInstance._failed; }
WSErrors.set_path("/WS/WSErrors.asmx");
WSErrors.Log= function(str,onSuccess,onFailed,userContext) {WSErrors._staticInstance.Log(str,onSuccess,onFailed,userContext); }
