-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWeb.config
83 lines (80 loc) · 5.97 KB
/
Web.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0"?>
<configuration>
<!--
Para obtener una descripción de los cambios de web.config, vea http://go.microsoft.com/fwlink/?LinkId=235367.
Los siguientes atributos se pueden establecer en la etiqueta <httpRuntime>.
<system.Web>
<httpRuntime targetFramework="4.5" />
</system.Web>
-->
<system.web>
<compilation targetFramework="4.5"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="SisReservasListadosBinding" maxBufferSize="524288" maxReceivedMessageSize="524288">
<readerQuotas maxStringContentLength="524288" maxArrayLength="524288"/>
</binding>
<binding name="SisReservasConsultasBinding" maxBufferSize="524288" maxReceivedMessageSize="524288">
<readerQuotas maxStringContentLength="524288" maxArrayLength="524288"/>
</binding>
<binding name="SisReservasGestionBinding" maxBufferSize="524288" maxReceivedMessageSize="524288">
<readerQuotas maxStringContentLength="524288" maxArrayLength="524288"/>
</binding>
<binding name="SisReservasReportesBinding" maxBufferSize="524288" maxReceivedMessageSize="524288">
<readerQuotas maxStringContentLength="524288" maxArrayLength="524288"/>
</binding>
<binding name="IntegracionHydroEndPoint">
<security mode="Transport"/>
</binding>
</basicHttpBinding>
</bindings>
<services>
<service behaviorConfiguration="SVCBehaviorSisReservas" name="ServicioWeb.SisReservas.ServicioListados">
<endpoint binding="basicHttpBinding" bindingConfiguration="SisReservasListadosBinding" name="SisReservasListadosEndPoint" bindingName="" contract="ServicioWeb.SisReservas.IServicioListados"/>
</service>
<service behaviorConfiguration="SVCBehaviorSisReservas" name="ServicioWeb.SisReservas.ServicioConsultas">
<endpoint binding="basicHttpBinding" bindingConfiguration="SisReservasConsultasBinding" name="SisReservasConsultasEndPoint" bindingName="" bindingNamespace="https://servicios.anh.gob.bo/WSSisReservas/ServicioConsultas.svc" contract="ServicioWeb.SisReservas.IServicioConsultas"/>
</service>
<service behaviorConfiguration="SVCBehaviorSisReservas" name="ServicioWeb.SisReservas.ServicioGestion">
<endpoint binding="basicHttpBinding" bindingConfiguration="SisReservasGestionBinding" name="SisReservasGestionEndPoint" bindingName="" bindingNamespace="https://servicios.anh.gob.bo/WSSisReservas/ServicioGestion.svc" contract="ServicioWeb.SisReservas.IServicioGestion"/>
</service>
<service behaviorConfiguration="SVCBehaviorSisReservas" name="ServicioWeb.SisReservas.ServicioReportes">
<endpoint binding="basicHttpBinding" bindingConfiguration="SisReservasReportesBinding" name="SisReservasReportesEndPoint" bindingName="" contract="ServicioWeb.SisReservas.IServicioReportes"/>
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior name="SVCBehaviorSisReservas">
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="true"/>
</behavior>
</serviceBehaviors>
</behaviors>
<serviceHostingEnvironment multipleSiteBindingsEnabled="true" minFreeMemoryPercentageToActivateService="0"/>
</system.serviceModel>
<connectionStrings>
<add name="EntidadesSisReservas" connectionString="metadata=res://*/ModeloSisReservas.csdl|res://*/ModeloSisReservas.ssdl|res://*/ModeloSisReservas.msl;provider=Oracle.DataAccess.Client;provider connection string="DATA SOURCE=Localhost;PASSWORD=TallerBD;PERSIST SECURITY INFO=true;USER ID=APP_GESTION_UAB"" providerName="System.Data.EntityClient"/>
</connectionStrings>
<oracle.dataaccess.client>
<settings>
<add name="APP_GESTION_UAB.PGET_LISTADOS.P_LISTAR_GENERO.RefCursor.O_LISTAR_GENERO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_LISTADOS.P_LISTAR_PERSONA.RefCursor.O_LISTAR_PERSONA" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_LISTADOS.P_LISTAR_DOCUMENTO.RefCursor.O_LISTAR_DOCUMENTO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_GESTION.P_REGISTRAR_GENERO.RefCursor.O_RESULTADO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_GESTION.P_REGISTRAR_PERSONA.RefCursor.O_RESULTADO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_GESTION.P_REGISTRA_DOCUMENTO.RefCursor.O_RESULTADO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_LISTADOS.P_LISTAR_BOLETO_COMPLETO.RefCursor.O_LISTAR_BOLETO_COMPLETO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_LISTADOS.P_LISTAR_ASIENTO_COMPLETO.RefCursor.O_LISTAR_ASIENTO_COMPLETO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_GESTION.P_REGISTRAR_BOLETO.RefCursor.O_RESULTADO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_GESTION.P_REGISTRAR_ASIENTO.RefCursor.O_RESULTADO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_GESTION.P_REGISTRAR_DETALLE_BOLETO.RefCursor.O_RESULTADO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_GESTION.P_REGISTRAR_ASIENTO_RUTA.RefCursor.O_RESULTADO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_GESTION.P_REGISTRAR_RUTA.RefCursor.O_RESULTADO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_LISTADOS.P_LISTAR_RUTA_COMPLETO.RefCursor.O_LISTAR_RUTA_COMPLETO" value="implicitRefCursor bindinfo='mode=Output'"/>
<add name="APP_GESTION_UAB.PGET_LISTADOS.P_LISTAR_CIUDAD.RefCursor.O_LISTAR_CIUDAD" value="implicitRefCursor bindinfo='mode=Output'"/>
</settings>
</oracle.dataaccess.client>
</configuration>