var WebService=function() {
WebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WebService._staticInstance.get_path();},
GetTechnologyLightbox:function(technologyID,languageID,technologyName,succeededCallback, failedCallback, userContext) {
/// <param name="technologyID" type="Number">System.Int32</param>
/// <param name="languageID" type="Number">System.Int32</param>
/// <param name="technologyName" type="String">System.String</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(), 'GetTechnologyLightbox',false,{technologyID:technologyID,languageID:languageID,technologyName:technologyName},succeededCallback,failedCallback,userContext); },
GetHeadlineLightbox:function(headlineID,languageID,showMore,goBack,start,succeededCallback, failedCallback, userContext) {
/// <param name="headlineID" type="String">System.Guid</param>
/// <param name="languageID" type="Number">System.Int32</param>
/// <param name="showMore" type="String">System.String</param>
/// <param name="goBack" type="String">System.String</param>
/// <param name="start" type="String">System.String</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(), 'GetHeadlineLightbox',false,{headlineID:headlineID,languageID:languageID,showMore:showMore,goBack:goBack,start:start},succeededCallback,failedCallback,userContext); },
GetMoreSpotlightLightbox:function(spotlightID,languageID,showMore,goBack,start,succeededCallback, failedCallback, userContext) {
/// <param name="spotlightID" type="String">System.Guid</param>
/// <param name="languageID" type="Number">System.Int32</param>
/// <param name="showMore" type="String">System.String</param>
/// <param name="goBack" type="String">System.String</param>
/// <param name="start" type="String">System.String</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(), 'GetMoreSpotlightLightbox',false,{spotlightID:spotlightID,languageID:languageID,showMore:showMore,goBack:goBack,start:start},succeededCallback,failedCallback,userContext); },
GetVideoCode:function(masterID,succeededCallback, failedCallback, userContext) {
/// <param name="masterID" type="String">System.String</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(), 'GetVideoCode',false,{masterID:masterID},succeededCallback,failedCallback,userContext); }}
WebService.registerClass('WebService',Sys.Net.WebServiceProxy);
WebService._staticInstance = new WebService();
WebService.set_path = function(value) {
WebService._staticInstance.set_path(value); }
WebService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return WebService._staticInstance.get_path();}
WebService.set_timeout = function(value) {
WebService._staticInstance.set_timeout(value); }
WebService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return WebService._staticInstance.get_timeout(); }
WebService.set_defaultUserContext = function(value) { 
WebService._staticInstance.set_defaultUserContext(value); }
WebService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return WebService._staticInstance.get_defaultUserContext(); }
WebService.set_defaultSucceededCallback = function(value) { 
 WebService._staticInstance.set_defaultSucceededCallback(value); }
WebService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return WebService._staticInstance.get_defaultSucceededCallback(); }
WebService.set_defaultFailedCallback = function(value) { 
WebService._staticInstance.set_defaultFailedCallback(value); }
WebService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return WebService._staticInstance.get_defaultFailedCallback(); }
WebService.set_path("/WebService.asmx");
WebService.GetTechnologyLightbox= function(technologyID,languageID,technologyName,onSuccess,onFailed,userContext) {
/// <param name="technologyID" type="Number">System.Int32</param>
/// <param name="languageID" type="Number">System.Int32</param>
/// <param name="technologyName" type="String">System.String</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>
WebService._staticInstance.GetTechnologyLightbox(technologyID,languageID,technologyName,onSuccess,onFailed,userContext); }
WebService.GetHeadlineLightbox= function(headlineID,languageID,showMore,goBack,start,onSuccess,onFailed,userContext) {
/// <param name="headlineID" type="String">System.Guid</param>
/// <param name="languageID" type="Number">System.Int32</param>
/// <param name="showMore" type="String">System.String</param>
/// <param name="goBack" type="String">System.String</param>
/// <param name="start" type="String">System.String</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>
WebService._staticInstance.GetHeadlineLightbox(headlineID,languageID,showMore,goBack,start,onSuccess,onFailed,userContext); }
WebService.GetMoreSpotlightLightbox= function(spotlightID,languageID,showMore,goBack,start,onSuccess,onFailed,userContext) {
/// <param name="spotlightID" type="String">System.Guid</param>
/// <param name="languageID" type="Number">System.Int32</param>
/// <param name="showMore" type="String">System.String</param>
/// <param name="goBack" type="String">System.String</param>
/// <param name="start" type="String">System.String</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>
WebService._staticInstance.GetMoreSpotlightLightbox(spotlightID,languageID,showMore,goBack,start,onSuccess,onFailed,userContext); }
WebService.GetVideoCode= function(masterID,onSuccess,onFailed,userContext) {
/// <param name="masterID" type="String">System.String</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>
WebService._staticInstance.GetVideoCode(masterID,onSuccess,onFailed,userContext); }

