Type.registerNamespace('WarnerBrother');
WarnerBrother.SlideShowService=function() {
WarnerBrother.SlideShowService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WarnerBrother.SlideShowService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WarnerBrother.SlideShowService._staticInstance.get_path();},
GetSlides:function(contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="contextKey" 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(), 'GetSlides',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); }}
WarnerBrother.SlideShowService.registerClass('WarnerBrother.SlideShowService',Sys.Net.WebServiceProxy);
WarnerBrother.SlideShowService._staticInstance = new WarnerBrother.SlideShowService();
WarnerBrother.SlideShowService.set_path = function(value) {
WarnerBrother.SlideShowService._staticInstance.set_path(value); }
WarnerBrother.SlideShowService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return WarnerBrother.SlideShowService._staticInstance.get_path();}
WarnerBrother.SlideShowService.set_timeout = function(value) {
WarnerBrother.SlideShowService._staticInstance.set_timeout(value); }
WarnerBrother.SlideShowService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return WarnerBrother.SlideShowService._staticInstance.get_timeout(); }
WarnerBrother.SlideShowService.set_defaultUserContext = function(value) { 
WarnerBrother.SlideShowService._staticInstance.set_defaultUserContext(value); }
WarnerBrother.SlideShowService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return WarnerBrother.SlideShowService._staticInstance.get_defaultUserContext(); }
WarnerBrother.SlideShowService.set_defaultSucceededCallback = function(value) { 
 WarnerBrother.SlideShowService._staticInstance.set_defaultSucceededCallback(value); }
WarnerBrother.SlideShowService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return WarnerBrother.SlideShowService._staticInstance.get_defaultSucceededCallback(); }
WarnerBrother.SlideShowService.set_defaultFailedCallback = function(value) { 
WarnerBrother.SlideShowService._staticInstance.set_defaultFailedCallback(value); }
WarnerBrother.SlideShowService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return WarnerBrother.SlideShowService._staticInstance.get_defaultFailedCallback(); }
WarnerBrother.SlideShowService.set_path("/warnerbrother.com/SlideShowService.asmx");
WarnerBrother.SlideShowService.GetSlides= function(contextKey,onSuccess,onFailed,userContext) {
/// <param name="contextKey" 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>
WarnerBrother.SlideShowService._staticInstance.GetSlides(contextKey,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(WarnerBrother.Slide) === 'undefined') {
WarnerBrother.Slide=gtc("WarnerBrother.Slide");
WarnerBrother.Slide.registerClass('WarnerBrother.Slide');
}

