Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.07 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <configSections>
  4. <section name="loggingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="true"/>
  5. <section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Microsoft.Practices.Unity.Configuration"/>
  6. <section name="javaScriptConfiguration" type="eGO.Filler.Configuration.FillerConfiguration, eGO.Filler.Configuration"/>
  7. </configSections>
  8. <appSettings>
  9. <add key="UriRewriteStrategyPrefix" value=""/>
  10. <add key="IAMTagsUri" value="https://www.slovensko.sk/static/eForm/iamtags/1.7/IAMTags.xml"/>
  11. <add key="FormsLocationFolderKey" value="C:\Praca\"/>
  12. <add key="LookupWSUri" value="http://localhost/eGO.Filler.WS/LookupService.svc/rest"/>
  13. <add key="XmlNamespacePrefix" value="http://schemas.gov.sk/form/"/>
  14. <add key="XmlNamespacePrefixNew" value="http://data.gov.sk/doc/eform/"/>
  15. <add key="DefaultLookupSource" value="EDEMOKRACIA"/>
  16. <add key="DefaultPluginId" value="EDOV"/>
  17. <add key="AllowLicensing" value="false"/>
  18. <add key="LogDetails" value="false"/>
  19. <add key="IsAutocompleteEnabled" value="true"/>
  20. <add key="UseExclamationMarks" value="false"/>
  21. <add key="WorkdeskScriptPath" value="Scripts/workdesk.js"/>
  22. <add key="Statistic" value="false"/>
  23. <add key="CopyValidationAssemblyToBin" value="false"/>
  24. <add key="SubscribedPublisher" value="EDOV"/>
  25. <add key="SubscribedGestor" value="Filler"/>
  26. <add key="SkTalkServiceUri" value="http://localhost/eGO.Filler.WS/Service.svc"/>
  27. <add key="EDemokraciaCacheCodeList" value="true"/>
  28. <add key="OutputLocationFolderKey" value="c:\inetpub\sites\eGo.Filler.Ws\Forms\PDF\"/>
  29. <add key="FopDirectory" value="c:\inetpub\sites\eGo.Filler.Ws\fop\"/>
  30. <add key="EDemokraciaRelayPartyUri" value="https://vyvoj.upvs.globaltel.sk/ServiceBus/ServiceBusToken.svc"/>
  31. <add key="EDemokraciaTokenType" value="http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0"/>
  32. <add key="EDemokraciaBusinessServiceUri" value="http://localhost/eGO.Filler.WS/BusinessEDOVService.svc/rest"/>
  33. <add key="DeleteUnsubscribedForm" value="false"/>
  34. <add key="EDemokraciaSecurityForDataThumbprint" value="7f0b3779f8b101cde18e7f9a63e255b570a538ef"/>
  35. <add key="EDemokraciaSecurityForDataEncryptKey" value="FILLER"/>
  36. </appSettings>
  37. <loggingConfiguration name="Logging Application Block" tracingEnabled="true" defaultCategory="General" logWarningsWhenNoCategoriesMatch="true">
  38. <listeners>
  39. <add rollSizeKB="20000" maxArchivedFiles="10" rollFileExistsBehavior="Increment" name="FillerInfoLogListener" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.RollingFlatFileTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fileName="Log\FillerInfoLog.txt" header="" footer="-------------------------------------" formatter="Text Formatter"/>
  40. <add rollSizeKB="20000" maxArchivedFiles="10" rollFileExistsBehavior="Increment" name="FillerWarningLogListener" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.RollingFlatFileTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fileName="Log\FillerWarningLog.txt" header="" footer="-------------------------------------" formatter="Text Formatter"/>
  41. <add rollSizeKB="20000" rollFileExistsBehavior="Increment" name="FillerErrorLogListener" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.RollingFlatFileTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fileName="Log\FillerErrorLog.txt" header="" footer="-------------------------------------" formatter="Text Formatter"/>
  42. <add rollSizeKB="20000" maxArchivedFiles="10" rollFileExistsBehavior="Increment" name="FillerDebugLogListener" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.RollingFlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.RollingFlatFileTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" fileName="Log\FillerDebugLog.txt" header="" footer="-------------------------------------" formatter="Text Formatter"/>
  43. </listeners>
  44. <formatters>
  45. <add type="Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.TextFormatter, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" template="Timestamp: {timestamp(local)}{newline}&#xA;Message: {message}{newline}&#xA;Category: {category}{newline}&#xA;Priority: {priority}{newline}&#xA;Severity: {severity}&#xA;" name="Text Formatter"/>
  46. </formatters>
  47. <logFilters>
  48. <add type="Microsoft.Practices.EnterpriseLibrary.Logging.Filters.LogEnabledFilter, Microsoft.Practices.EnterpriseLibrary.Logging" enabled="true" name="LogEnabled Filter"/>
  49. </logFilters>
  50. <categorySources>
  51. <add switchValue="All" name="Info">
  52. <listeners>
  53. <add name="FillerInfoLogListener"/>
  54. </listeners>
  55. </add>
  56. <add switchValue="All" name="Warning">
  57. <listeners>
  58. <add name="FillerWarningLogListener"/>
  59. </listeners>
  60. </add>
  61. <add switchValue="All" name="Error">
  62. <listeners>
  63. <add name="FillerErrorLogListener"/>
  64. </listeners>
  65. </add>
  66. <add switchValue="All" name="Debug">
  67. <listeners>
  68. <add name="FillerDebugLogListener"/>
  69. </listeners>
  70. </add>
  71. </categorySources>
  72. <specialSources>
  73. <allEvents switchValue="All" name="All Events"/>
  74. <notProcessed switchValue="All" name="Unprocessed Category">
  75. <listeners>
  76. <add name="FillerErrorLogListener"/>
  77. </listeners>
  78. </notProcessed>
  79. <errors switchValue="All" name="Logging Errors &amp; Warnings">
  80. <listeners>
  81. <add name="FillerErrorLogListener"/>
  82. </listeners>
  83. </errors>
  84. </specialSources>
  85. </loggingConfiguration>
  86. <system.diagnostics>
  87. <sources>
  88. <source name="System.ServiceModel.MessageLogging" switchValue="Warning, ActivityTracing">
  89. <listeners>
  90. <add type="System.Diagnostics.DefaultTraceListener" name="Default">
  91. <filter type=""/>
  92. </add>
  93. <add name="ServiceModelMessageLoggingListener">
  94. <filter type=""/>
  95. </add>
  96. </listeners>
  97. </source>
  98. <source name="System.ServiceModel" switchValue="Warning, ActivityTracing" propagateActivity="true">
  99. <listeners>
  100. <add type="System.Diagnostics.DefaultTraceListener" name="Default">
  101. <filter type=""/>
  102. </add>
  103. <add name="ServiceModelTraceListener">
  104. <filter type=""/>
  105. </add>
  106. </listeners>
  107. </source>
  108. </sources>
  109. <sharedListeners>
  110. <add initializeData="C:\eGO.Filler.WS\Web_messages.svclog" type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="ServiceModelMessageLoggingListener" traceOutputOptions="Timestamp">
  111. <filter type=""/>
  112. </add>
  113. <add initializeData="C:\eGO.Filler.WS\Web_tracelog.svclog" type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="ServiceModelTraceListener" traceOutputOptions="Timestamp">
  114. <filter type=""/>
  115. </add>
  116. </sharedListeners>
  117. <trace autoflush="true"/>
  118. </system.diagnostics>
  119. <system.web>
  120. <webServices>
  121. <protocols>
  122. <add name="HttpGet"/>
  123. <add name="HttpPost"/>
  124. </protocols>
  125. </webServices>
  126. <compilation targetFramework="4.0" debug="true"/>
  127. <pages controlRenderingCompatibilityVersion="4.0"/>
  128. </system.web>
  129. <system.serviceModel>
  130. <diagnostics>
  131. <messageLogging logMalformedMessages="true" logMessagesAtTransportLevel="true"/>
  132. </diagnostics>
  133. <services>
  134. <service name="eGO.Filler.Service.FillerService" behaviorConfiguration="serviceBehavior">
  135. <endpoint address="" binding="basicHttpBinding" behaviorConfiguration="soapBehavior" bindingConfiguration="FillerServiceBasicHttpBinding" contract="eGO.Filler.Inf.Service.IFillerService"/>
  136. <endpoint address="rest" binding="webHttpBinding" behaviorConfiguration="restBehavior" bindingConfiguration="FillerServiceWebHttpBinding" contract="eGO.Filler.Inf.Service.IFillerService"/>
  137. </service>
  138. <service name="eGO.Filler.Service.LookupService" behaviorConfiguration="serviceBehavior">
  139. <endpoint address="" binding="basicHttpBinding" behaviorConfiguration="soapBehavior" contract="eGO.Filler.Inf.Service.ILookupService"/>
  140. <endpoint address="rest" binding="webHttpBinding" behaviorConfiguration="restBehavior" contract="eGO.Filler.Inf.Service.ILookupService"/>
  141. </service>
  142. <service name="eGO.Filler.Service.DocumentService" behaviorConfiguration="serviceBehavior">
  143. <endpoint address="" binding="basicHttpBinding" behaviorConfiguration="soapBehavior" bindingConfiguration="DocumentServiceBasicHttpBinding" contract="eGO.Filler.Inf.Service.IDocumentService"/>
  144. <endpoint address="rest" binding="webHttpBinding" behaviorConfiguration="restBehavior" bindingConfiguration="DocumentServiceWebHttpBinding" contract="eGO.Filler.Inf.Service.IDocumentService"/>
  145. </service>
  146. <service name="eGO.Filler.Service.StatisticsService" behaviorConfiguration="serviceBehavior">
  147. <endpoint address="" binding="basicHttpBinding" behaviorConfiguration="soapBehavior" bindingConfiguration="StatisticsServiceBasicHttpBinding" contract="eGO.Filler.Inf.Service.IStatisticsService"/>
  148. <endpoint address="rest" binding="webHttpBinding" behaviorConfiguration="restBehavior" bindingConfiguration="StatisticsServiceWebHttpBinding" contract="eGO.Filler.Inf.Service.IStatisticsService"/>
  149. </service>
  150. <service name="eGO.Filler.Service.PdfService" behaviorConfiguration="serviceBehavior">
  151. <endpoint address="" binding="basicHttpBinding" behaviorConfiguration="soapBehavior" contract="eGO.Filler.Inf.Service.IPdfService"/>
  152. <endpoint address="rest" binding="webHttpBinding" behaviorConfiguration="restBehavior" contract="eGO.Filler.Inf.Service.IPdfService"/>
  153. </service>
  154. <service name="eGO.Filler.EDemokraciaPlugin.BusinessService.BusinessEDOVService" behaviorConfiguration="serviceBehavior">
  155. <endpoint address="" binding="basicHttpBinding" behaviorConfiguration="soapBehavior" contract="eGO.Filler.EDemokraciaPlugin.BusinessService.IBusinessEDOVService" bindingConfiguration="FillerServiceBasicHttpBinding"/>
  156. <endpoint address="rest" binding="webHttpBinding" behaviorConfiguration="restBehavior" contract="eGO.Filler.EDemokraciaPlugin.BusinessService.IBusinessEDOVService" bindingConfiguration="FillerServiceWebHttpBinding"/>
  157. </service>
  158. <service name="eGO.Filler.MefPlugin.SubscribeUnsubscribe.SubscribeUnsubscribeService" behaviorConfiguration="serviceBehavior">
  159. <endpoint address="" binding="basicHttpBinding" bindingConfiguration="FillerServiceBasicHttpBinding" contract="eGO.Filler.MefPlugin.SubscribeUnsubscribe.ISubscribeUnsubscribeService"/>
  160. </service>
  161. </services>
  162. <behaviors>
  163. <endpointBehaviors>
  164. <behavior name="restBehavior">
  165. <webHttp/>
  166. </behavior>
  167. <behavior name="soapBehavior"/>
  168. <behavior name="CertificateBehaviorDEV">
  169. <clientCredentials>
  170. <clientCertificate findValue="aa0f73aa49801d02053b9d98840591d3c60485fc" storeLocation="LocalMachine" storeName="My" x509FindType="FindByThumbprint"/>
  171. </clientCredentials>
  172. </behavior>
  173. </endpointBehaviors>
  174. <serviceBehaviors>
  175. <behavior name="serviceBehavior">
  176. <serviceMetadata httpGetEnabled="true"/>
  177. <serviceDebug includeExceptionDetailInFaults="false"/>
  178. </behavior>
  179. </serviceBehaviors>
  180. </behaviors>
  181. <bindings>
  182. <webHttpBinding>
  183. <binding name="FillerServiceWebHttpBinding" maxReceivedMessageSize="52428800" maxBufferSize="52428800" maxBufferPoolSize="20000000">
  184. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  185. </binding>
  186. <binding name="DocumentServiceWebHttpBinding" maxReceivedMessageSize="52428800" maxBufferSize="52428800" maxBufferPoolSize="20000000">
  187. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  188. </binding>
  189. <binding name="StatisticsServiceWebHttpBinding" maxReceivedMessageSize="52428800" maxBufferSize="52428800" maxBufferPoolSize="20000000">
  190. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  191. </binding>
  192. </webHttpBinding>
  193. <basicHttpBinding>
  194. <binding name="FillerServiceBasicHttpBinding" maxReceivedMessageSize="52428800" maxBufferSize="52428800" maxBufferPoolSize="20000000">
  195. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  196. </binding>
  197. <binding name="DocumentServiceBasicHttpBinding" maxReceivedMessageSize="52428800" maxBufferSize="52428800" maxBufferPoolSize="20000000">
  198. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  199. </binding>
  200. <binding name="StatisticsServiceBasicHttpBinding" maxReceivedMessageSize="52428800" maxBufferSize="52428800" maxBufferPoolSize="20000000">
  201. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  202. </binding>
  203. <binding name="BasicHttpBinding_IServiceBusWithAssertion" maxBufferPoolSize="2147483647" sendTimeout="00:10:00" closeTimeout="00:10:00" openTimeout="00:10:00" receiveTimeout="00:10:00" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647">
  204. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  205. <security mode="Transport"/>
  206. </binding>
  207. <binding name="BasicHttpBinding_IServiceBus" maxReceivedMessageSize="20000000" maxBufferSize="20000000" maxBufferPoolSize="20000000">
  208. <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/>
  209. </binding>
  210. </basicHttpBinding>
  211. <netTcpBinding>
  212. <binding name="NetTcpBinding_IServiceBus">
  213. <security mode="None"/>
  214. </binding>
  215. </netTcpBinding>
  216. <customBinding>
  217. <binding name="CertificateBindingStsRequest">
  218. <security authenticationMode="CertificateOverTransport" messageSecurityVersion="WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10"/>
  219. <textMessageEncoding messageVersion="Default" writeEncoding="utf-8"/>
  220. <httpsTransport/>
  221. </binding>
  222. <binding name="CustomBindingToken_IServiceBus">
  223. <security defaultAlgorithmSuite="Default" enableUnsecuredResponse="true" authenticationMode="IssuedTokenOverTransport" requireDerivedKeys="true" includeTimestamp="true" messageSecurityVersion="WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10">
  224. <issuedTokenParameters keyType="BearerKey" tokenType="http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0">
  225. <additionalRequestParameters>
  226. <trust:SecondaryParameters xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">
  227. <trust:TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0</trust:TokenType>
  228. <trust:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/Bearer</trust:KeyType>
  229. <trust:SecondaryParameters>
  230. <trust:TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0</trust:TokenType>
  231. <trust:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/Bearer</trust:KeyType>
  232. </trust:SecondaryParameters>
  233. </trust:SecondaryParameters>
  234. </additionalRequestParameters>
  235. <issuer address="https://authws.vyvoj.upvs.globaltel.sk/sts/wss11x509" binding="customBinding" bindingConfiguration="CertificateBindingStsRequest"/>
  236. </issuedTokenParameters>
  237. <localClientSettings detectReplays="false"/>
  238. <localServiceSettings detectReplays="false"/>
  239. </security>
  240. <textMessageEncoding messageVersion="Soap12"/>
  241. <httpsTransport maxReceivedMessageSize="2147483647"/>
  242. </binding>
  243. </customBinding>
  244. </bindings>
  245. <serviceHostingEnvironment multipleSiteBindingsEnabled="true"/>
  246. <client>
  247. <endpoint address="https://edov.globaltel.sk:444/ServiceBusExt/ServiceBusToken.svc" binding="customBinding" bindingConfiguration="CustomBindingToken_IServiceBus" behaviorConfiguration="CertificateBehaviorDEV" contract="ServiceBusWithTokenReference.IServiceBus" name="CustomBindingToken_IServiceBus"/>
  248. <endpoint address="https://authws.vyvoj.upvs.globaltel.sk/sts/wss11x509" behaviorConfiguration="CertificateBehaviorDEV" binding="customBinding" bindingConfiguration="CertificateBindingStsRequest" contract="System.ServiceModel.Security.IWSTrustChannelContract" name="Sts"/>
  249. <endpoint address="http://localhost/eGO.Filler.WS/SubscribeUnsubscribeService.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IServiceBus" contract="SubscribeUnsubscribeServiceReference.ISubscribeUnsubscribeService" name="BasicHttpBinding_ISubscribeUnsubscribeService"/>
  250. <endpoint address="https://10.30.189.101/ServiceBus/ServiceBusWithAssertion.svc" behaviorConfiguration="CertificateBehaviorDEV" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IServiceBusWithAssertion" contract="ServiceBusWithAssertionReference.IServiceBusWithAssertion" name="BasicHttpBinding_IServiceBusWithAssertion"/>
  251. <endpoint address="http://10.20.2.139/ServiceBus/ServiceBus.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IServiceBus" contract="InternalServiceBusServiceReference.IServiceBus" name="BasicHttpBinding_IServiceBus"/>
  252. <endpoint address="net.tcp://bus1.upvsp-vyvoj.local/ServiceBus/ServiceBus.svc" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IServiceBus" contract="InternalServiceBusServiceReference.IServiceBus" name="NetTcpBinding_IServiceBus"/>
  253. </client>
  254. </system.serviceModel>
  255. <system.webServer>
  256. <modules runAllManagedModulesForAllRequests="true"/>
  257. </system.webServer>
  258. <unity xmlns="http://schemas.microsoft.com/practices/2010/unity">
  259. <assembly name="eGO.Common.Contract"/>
  260. <assembly name="eGO.Filler.Inf.Bll"/>
  261. <assembly name="eGO.Filler.Bll"/>
  262. <assembly name="eGO.Filler.Common"/>
  263. <container name="DefaultContainer">
  264. <!-- Spolocne veci pre vsetky pluginy fillera -->
  265. <register type="eGO.Filler.Inf.Bll.IBootStrapper" mapTo="eGO.Filler.Bll.BootStrapper.FillerBootStrapper"/>
  266. <register type="eGO.Filler.Inf.Bll.IErrorCode" mapTo="eGO.Filler.Common.ErrorHandling.ErrorCodes"/>
  267. <register type="eGO.Filler.Inf.Bll.IDefaultDataProvider" mapTo="eGO.Filler.Bll.DefaultData.FillerDefaultDataProvider"/>
  268. <register type="eGO.Filler.Inf.Bll.IIdentityDataProvider" mapTo="eGO.Filler.Bll.IdentityData.IdentityDataProvider"/>
  269. <register type="eGO.Filler.Inf.Bll.IAutoFillProvider" mapTo="eGO.Filler.Bll.AutoFill.AutoFillProvider"/>
  270. <register type="eGO.Filler.Inf.Bll.IFormGenerator" mapTo="eGO.Filler.Bll.FormGenerator.FillerFormGenerator"/>
  271. <register type="eGO.Filler.Inf.Bll.IFormVersionIDProvider" mapTo="eGO.Filler.EDemokraciaPlugin.FormVersion.EDemokraciaFormVersionIDProvider"/>
  272. <register type="eGO.Filler.Inf.Bll.IRelatedDocumentProvider" mapTo="eGO.Filler.Bll.Document.RelatedDocumentProvider"/>
  273. <register type="eGO.Filler.Inf.Bll.IXsdValidator" mapTo="eGO.Filler.Bll.XsdValidation.FillerXsdValidator"/>
  274. <register type="eGO.Common.Contract.IFormVersionLocationStrategy" mapTo="eGO.Filler.Bll.FormVersionLocation.SubFolderFormVersionLocationStrategy"/>
  275. <register name="Default" type="eGO.Filler.Inf.Bll.ICacheCleaner" mapTo="eGO.Filler.Bll.CacheCleaner.CacheCleaner"/>
  276. <register type="eGO.Filler.Inf.Bll.IConfigurationProvider" mapTo="eGO.Filler.Bll.Configuration.ConfigurationProvider"/>
  277. <register type="eGO.Filler.Inf.Bll.IProbe" mapTo="eGO.Filler.Bll.Probe.ProbeFormVersionInt"/>
  278. <register type="eGO.Filler.Inf.Bll.IUriRewriteStrategy" mapTo="eGO.Filler.Bll.UriRewriteStrategy.DefaultUriRewriteStrategy"/>
  279. <register name="FillerLogger" type="eGO.Filler.Inf.Bll.ILogger" mapTo="eGO.Filler.Common.Logging.FillerLogger"/>
  280. </container>
  281. <assembly name="eGO.Filler.EDemokraciaPlugin"/>
  282. <assembly name="eGO.Filler.EDEMOKRACIASource"/>
  283. <container name="EDOV">
  284. <register name="FillerXmlConvertor" type="eGO.Filler.Inf.Bll.IXmlConvertor" mapTo="eGO.Filler.Bll.XmlConvertor.FillerXmlConvertor"/>
  285. <register name="XsltXmlConvertor" type="eGO.Filler.Inf.Bll.IXmlConvertor" mapTo="eGO.Filler.Bll.XmlConvertor.XsltXmlConvertor"/>
  286. <register name="FillerWrapper" type="eGO.Filler.Inf.Bll.IWrapper" mapTo="eGO.Filler.Bll.Wrapper.FillerWrapper"/>
  287. <register name="EmptyWrapper" type="eGO.Filler.Inf.Bll.IWrapper" mapTo="eGO.Filler.Bll.Wrapper.EmptyWrapper"/>
  288. <register name="EDEMOKRACIA" type="eGO.Filler.Inf.Bll.ICacheCleaner" mapTo="eGO.Filler.EDEMOKRACIASource.EDEMOKRACIACacheCleaner"/>
  289. <register name="EDEMOKRACIA" type="eGO.Filler.Inf.Bll.ILookupProvider" mapTo="eGO.Filler.EDEMOKRACIASource.EDEMOKRACIALookupProvider"/>
  290. <register type="eGO.Filler.Inf.Bll.IFormValidator" mapTo="eGO.Filler.Bll.FormValidator.FillerFormValidator"/>
  291. <register type="eGO.Filler.Inf.Bll.IPluginDecorator" mapTo="eGO.Filler.Bll.RemoteLookup.PluginDecorator"/>
  292. <register type="eGO.Filler.Inf.Bll.IPlugin" mapTo="eGO.Filler.EDemokraciaPlugin.Plugin.EDemokraciaPlugin"/>
  293. <register name="FillerSubscriber" type="eGO.Filler.Inf.Bll.IFormSubscriber" mapTo="eGO.Filler.Bll.FormSubscriber.FormSubscriber"/>
  294. <register type="eGO.Filler.Inf.Bll.IBusinessService" mapTo="eGO.Filler.EDemokraciaPlugin.BusinessService.EDOVBusinessService"/>
  295. <register type="eGO.Filler.EDEMOKRACIASource.ServiceBus.ISourceServiceBus" mapTo="eGO.Filler.EDEMOKRACIASource.ServiceBus.SourceServiceBusWithToken"/>
  296. </container>
  297. </unity>
  298. <javaScriptConfiguration>
  299. <ConfigurationSettings>
  300. <ConfigurationSetting name="EDOV">
  301. <keys>
  302. <add key="configurationUri" value="http://localhost/eGO.Filler.WS/Configuration.aspx"/>
  303. <add key="lookupUri" value="http://localhost/ego.filler.ws/lookup.aspx"/>
  304. <add key="lookupHierarchicalUri" value="http://localhost/ego.filler.ws/lookupHierarchical.aspx"/>
  305. <add key="fillerUri" value="http://localhost/eGO.Filler.WS/FillerService.svc/rest/"/>
  306. <add key="lookupSvcUri" value="http://localhost/eGO.Filler.WS/LookupService.svc/rest/"/>
  307. <add key="businessServiceUri" value="http://localhost/eGO.Filler.WS/BusinessService.aspx"/>
  308. <add key="onlineLookupUri" value="http://localhost/eGO.Filler.WS/BusinessService.aspx"/>
  309. <add key="onlineLookupDataCombination" value="CodeValue"/>
  310. <add key="onlineLookupSlovakValue" value="Slovenská republika"/>
  311. </keys>
  312. </ConfigurationSetting>
  313. </ConfigurationSettings>
  314. </javaScriptConfiguration>
  315. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement