wcf-configuration
wsHttpBinding changes to basicHttpBinding in client app.config
In a WCF service I have an endpoint binding set as wsHttpBinding. Howev开发者_StackOverflow中文版er when I use Visual Studio to Add Service Reference my clients app.config shows the binding as basicHt[详细]
2023-02-02 04:53 分类:问答Easy way to startup NHibernate in a WCF project
I\'d like to use an NHibernate startup module for my WCF project like the one I use for my ASP.NET MVC projects. Jeffery Palermo 开发者_开发百科outlines the startup module that I use in his post ASP.N[详细]
2023-01-30 15:11 分类:问答WCF service with both basicHttpBinding and netTcpBinding; can't access HTTP endpoint
I want to make available the same interface with a netTcpBinding and basicHttpBinding. I also wanna make available the wsdl for both endpoints. When I access http://localhost:9876/TestService/, I get[详细]
2023-01-29 18:33 分类:问答IMetaDataExchange could not be found in the list of contracts implemented by the service
I have searched the web for resolution of this error, but everything I have found suggests what I have is correct.[详细]
2023-01-19 09:17 分类:问答WCF Service Binding using allowInsecureTransport=true causes Update Service Reference in Client to fail
This is my service configuration in web.config: <binding name=\"statefulSessionWithUsernameOverTransport\">[详细]
2023-01-16 22:03 分类:问答WCF Known Type from System.Object in Config
I\'m trying to specify a known type in my config, but I\'m having problems with the fact that it derives from Object. I can make it work specifying the known type via attribute.But in this case I need[详细]
2023-01-05 10:47 分类:问答Service has zero application (non-infrastructure) endpoints
I recently created a WCF service (dll) and a service host (exe). I know my WCF service is working correctly since I am able to successfully add the service to WcfTestClient.[详细]
2022-12-21 07:44 分类:问答Can everything be done programmatically in WCF or are configuration files for certain features?
I have a strong preference for working 开发者_运维知识库in code, leverage IntelliSense and opening up all of the power of the C# language to work with WCF but I want to make sure that I\'m not moving[详细]
2022-12-11 10:36 分类:问答