var CamService=function() {
CamService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CamService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CamService._staticInstance.get_path();},
GetCamBild:function(CamDivClientID,strMandantID,strSpracheID,BildName,BildNameAlt,strCamAltText,strReloadDelay,strCamBildWidth,InitRun,succeededCallback, failedCallback, userContext) {
/// <param name="CamDivClientID" type="String">System.String</param>
/// <param name="strMandantID" type="String">System.String</param>
/// <param name="strSpracheID" type="String">System.String</param>
/// <param name="BildName" type="String">System.String</param>
/// <param name="BildNameAlt" type="String">System.String</param>
/// <param name="strCamAltText" type="String">System.String</param>
/// <param name="strReloadDelay" type="String">System.String</param>
/// <param name="strCamBildWidth" type="String">System.String</param>
/// <param name="InitRun" type="Boolean">System.Boolean</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(), 'GetCamBild',false,{CamDivClientID:CamDivClientID,strMandantID:strMandantID,strSpracheID:strSpracheID,BildName:BildName,BildNameAlt:BildNameAlt,strCamAltText:strCamAltText,strReloadDelay:strReloadDelay,strCamBildWidth:strCamBildWidth,InitRun:InitRun},succeededCallback,failedCallback,userContext); }}
CamService.registerClass('CamService',Sys.Net.WebServiceProxy);
CamService._staticInstance = new CamService();
CamService.set_path = function(value) {
CamService._staticInstance.set_path(value); }
CamService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return CamService._staticInstance.get_path();}
CamService.set_timeout = function(value) {
CamService._staticInstance.set_timeout(value); }
CamService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return CamService._staticInstance.get_timeout(); }
CamService.set_defaultUserContext = function(value) { 
CamService._staticInstance.set_defaultUserContext(value); }
CamService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return CamService._staticInstance.get_defaultUserContext(); }
CamService.set_defaultSucceededCallback = function(value) { 
 CamService._staticInstance.set_defaultSucceededCallback(value); }
CamService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return CamService._staticInstance.get_defaultSucceededCallback(); }
CamService.set_defaultFailedCallback = function(value) { 
CamService._staticInstance.set_defaultFailedCallback(value); }
CamService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return CamService._staticInstance.get_defaultFailedCallback(); }
CamService.set_path("/CamService.asmx");
CamService.GetCamBild= function(CamDivClientID,strMandantID,strSpracheID,BildName,BildNameAlt,strCamAltText,strReloadDelay,strCamBildWidth,InitRun,onSuccess,onFailed,userContext) {
/// <param name="CamDivClientID" type="String">System.String</param>
/// <param name="strMandantID" type="String">System.String</param>
/// <param name="strSpracheID" type="String">System.String</param>
/// <param name="BildName" type="String">System.String</param>
/// <param name="BildNameAlt" type="String">System.String</param>
/// <param name="strCamAltText" type="String">System.String</param>
/// <param name="strReloadDelay" type="String">System.String</param>
/// <param name="strCamBildWidth" type="String">System.String</param>
/// <param name="InitRun" type="Boolean">System.Boolean</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>
CamService._staticInstance.GetCamBild(CamDivClientID,strMandantID,strSpracheID,BildName,BildNameAlt,strCamAltText,strReloadDelay,strCamBildWidth,InitRun,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(CamServiceInfo) === 'undefined') {
var CamServiceInfo=gtc("CamServiceInfo");
CamServiceInfo.registerClass('CamServiceInfo');
}
