Type.registerNamespace('datacom.website.services');
datacom.website.services.ICaseStudyService=function() {
datacom.website.services.ICaseStudyService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
datacom.website.services.ICaseStudyService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return datacom.website.services.ICaseStudyService._staticInstance.get_path();},
GetCastStudies:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'GetCastStudies',false,{},succeededCallback,failedCallback,userContext); }}
datacom.website.services.ICaseStudyService.registerClass('datacom.website.services.ICaseStudyService',Sys.Net.WebServiceProxy);
datacom.website.services.ICaseStudyService._staticInstance = new datacom.website.services.ICaseStudyService();
datacom.website.services.ICaseStudyService.set_path = function(value) {
datacom.website.services.ICaseStudyService._staticInstance.set_path(value); }
datacom.website.services.ICaseStudyService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return datacom.website.services.ICaseStudyService._staticInstance.get_path();}
datacom.website.services.ICaseStudyService.set_timeout = function(value) {
datacom.website.services.ICaseStudyService._staticInstance.set_timeout(value); }
datacom.website.services.ICaseStudyService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return datacom.website.services.ICaseStudyService._staticInstance.get_timeout(); }
datacom.website.services.ICaseStudyService.set_defaultUserContext = function(value) { 
datacom.website.services.ICaseStudyService._staticInstance.set_defaultUserContext(value); }
datacom.website.services.ICaseStudyService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return datacom.website.services.ICaseStudyService._staticInstance.get_defaultUserContext(); }
datacom.website.services.ICaseStudyService.set_defaultSucceededCallback = function(value) { 
 datacom.website.services.ICaseStudyService._staticInstance.set_defaultSucceededCallback(value); }
datacom.website.services.ICaseStudyService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return datacom.website.services.ICaseStudyService._staticInstance.get_defaultSucceededCallback(); }
datacom.website.services.ICaseStudyService.set_defaultFailedCallback = function(value) { 
datacom.website.services.ICaseStudyService._staticInstance.set_defaultFailedCallback(value); }
datacom.website.services.ICaseStudyService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return datacom.website.services.ICaseStudyService._staticInstance.get_defaultFailedCallback(); }
datacom.website.services.ICaseStudyService.set_enableJsonp = function(value) { datacom.website.services.ICaseStudyService._staticInstance.set_enableJsonp(value); }
datacom.website.services.ICaseStudyService.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return datacom.website.services.ICaseStudyService._staticInstance.get_enableJsonp(); }
datacom.website.services.ICaseStudyService.set_jsonpCallbackParameter = function(value) { datacom.website.services.ICaseStudyService._staticInstance.set_jsonpCallbackParameter(value); }
datacom.website.services.ICaseStudyService.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return datacom.website.services.ICaseStudyService._staticInstance.get_jsonpCallbackParameter(); }
datacom.website.services.ICaseStudyService.set_path("http://www.datacom.com.au/CaseStudyService.svc");
datacom.website.services.ICaseStudyService.GetCastStudies= function(onSuccess,onFailed,userContext) {
/// <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>
datacom.website.services.ICaseStudyService._staticInstance.GetCastStudies(onSuccess,onFailed,userContext); }

