var LiveContent=function() {
LiveContent.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
LiveContent.prototype={
EchoInput:function(input,succeededCallback, failedCallback, userContext) {
return this._invoke(LiveContent.get_path(), 'EchoInput',false,{input:input},succeededCallback,failedCallback,userContext); },
News:function(Pagesize,Category,ImageSizeType,EnableRSS,TaxTags,succeededCallback, failedCallback, userContext) {
return this._invoke(LiveContent.get_path(), 'News',false,{Pagesize:Pagesize,Category:Category,ImageSizeType:ImageSizeType,EnableRSS:EnableRSS,TaxTags:TaxTags},succeededCallback,failedCallback,userContext); },
Consultations:function(WebPartID,succeededCallback, failedCallback, userContext) {
return this._invoke(LiveContent.get_path(), 'Consultations',false,{WebPartID:WebPartID},succeededCallback,failedCallback,userContext); },
RSS:function(Id,feedUri,trim,title,EnableRSS,succeededCallback, failedCallback, userContext) {
return this._invoke(LiveContent.get_path(), 'RSS',false,{Id:Id,feedUri:feedUri,trim:trim,title:title,EnableRSS:EnableRSS},succeededCallback,failedCallback,userContext); },
Widget:function(feedtype,succeededCallback, failedCallback, userContext) {
return this._invoke(LiveContent.get_path(), 'Widget',false,{feedtype:feedtype},succeededCallback,failedCallback,userContext); },
SecureWidget:function(feedtype,succeededCallback, failedCallback, userContext) {
return this._invoke(LiveContent.get_path(), 'SecureWidget',false,{feedtype:feedtype},succeededCallback,failedCallback,userContext); }}
LiveContent.registerClass('LiveContent',Sys.Net.WebServiceProxy);
LiveContent._staticInstance = new LiveContent();
LiveContent.set_path = function(value) { LiveContent._staticInstance._path = value; }
LiveContent.get_path = function() { return LiveContent._staticInstance._path; }
LiveContent.set_timeout = function(value) { LiveContent._staticInstance._timeout = value; }
LiveContent.get_timeout = function() { return LiveContent._staticInstance._timeout; }
LiveContent.set_defaultUserContext = function(value) { LiveContent._staticInstance._userContext = value; }
LiveContent.get_defaultUserContext = function() { return LiveContent._staticInstance._userContext; }
LiveContent.set_defaultSucceededCallback = function(value) { LiveContent._staticInstance._succeeded = value; }
LiveContent.get_defaultSucceededCallback = function() { return LiveContent._staticInstance._succeeded; }
LiveContent.set_defaultFailedCallback = function(value) { LiveContent._staticInstance._failed = value; }
LiveContent.get_defaultFailedCallback = function() { return LiveContent._staticInstance._failed; }
LiveContent.set_path("/webservices/LiveContent.asmx");
LiveContent.EchoInput= function(input,onSuccess,onFailed,userContext) {LiveContent._staticInstance.EchoInput(input,onSuccess,onFailed,userContext); }
LiveContent.News= function(Pagesize,Category,ImageSizeType,EnableRSS,TaxTags,onSuccess,onFailed,userContext) {LiveContent._staticInstance.News(Pagesize,Category,ImageSizeType,EnableRSS,TaxTags,onSuccess,onFailed,userContext); }
LiveContent.Consultations= function(WebPartID,onSuccess,onFailed,userContext) {LiveContent._staticInstance.Consultations(WebPartID,onSuccess,onFailed,userContext); }
LiveContent.RSS= function(Id,feedUri,trim,title,EnableRSS,onSuccess,onFailed,userContext) {LiveContent._staticInstance.RSS(Id,feedUri,trim,title,EnableRSS,onSuccess,onFailed,userContext); }
LiveContent.Widget= function(feedtype,onSuccess,onFailed,userContext) {LiveContent._staticInstance.Widget(feedtype,onSuccess,onFailed,userContext); }
LiveContent.SecureWidget= function(feedtype,onSuccess,onFailed,userContext) {LiveContent._staticInstance.SecureWidget(feedtype,onSuccess,onFailed,userContext); }

