We have an EPOS system that is built in VB6. A client is using Microsoft Dynamics AX as a CRM system. A 3rd party has created the AX implementation for our client and they\'ve exposed a set of WCF web
I am new to WCF. Ple开发者_如何学Goase tell me what is advantage of creating multiple endpoints to a wcf web service?
Given: Multiple clients with a Service.asmx page that has some web methods that I need to connect to. A Utility function that takes input to determine which client needs to be connected to. This is w
I\'m building a WCF SOAP service at the moment. I will, of course, need some authentication on the service.
I have a bunch of pixelated binary curves (that is, the pixel is 1 if the curve runs over it and 0 otherwise), and I\'m looking for an algorithm that can return a polygonal chain that approximates the
I have C# application that runs in the background. The execution of this application can ta开发者_开发知识库ke from 1 to 10 minutes and it\'s communicating to a WCF service calling multiple web method
Do I really need to create a certificate to send a queued message between sql servers? Can I use dbo authentication for the endpoint on both servers?
Is there anyway to add some logging or a behaviour to the WCF routing l开发者_高级运维ist so that I can log when the routing has made use of an endpoint on a backup list?
I have exhausted my efforts to find any useful information about the IAuthorizeRemotingConnection interface in regards to .NET Remoting, and I\'m not really finding anything useful.
I am trying to consume a WCF web service from a .NET client application, and I think I need to be able to programmatically create endpoints, but I don\'t know how. I think I need to do this because, w