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

