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

