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

