Kofax TotalAgility 7.2.1 - Purpose of BasicHttpBinding_Service and BasicHttpBinding_CoreService
Summary
13155
Question:
Can you give me some information on the purpose of the following endpoints:
- BasicHttpBinding_Service
- BasicHttpBinding_CoreService
Answer:
Please be advised that the BasicHttpBinding_Service and BasicHttpBinding_CoreService define the security and protocol that it used to call any of the WCF services that are associated with them in the .config. The Core Worker won’t make WCF method calls to Core Services or SDK Services, these services will be directly invoked in-process on the app server.
Keywords: binding, bindings, configuration, config, sdk services, core services, basichttpbinding