wcf-binding
WCF, svcutil build proxy with /reference
I have a ClassLib call Id.API. Id.Web references this. Within Id.API I have an Entity, MyEntity. When I try to create the call to method SendEcho(MyEntity myentity), Id.Web project complains that it[详细]
2023-02-14 13:51 分类:问答What is the difference between BasicHttpBinding and CustomBinding/Soap11?
for the first time we\'re consuming an SAP NetWeaver web-service on SOAP 1.1 which requires user-name and password au开发者_C百科thentication over HTTPS.[详细]
2023-02-13 05:15 分类:问答How to access Wcf?
i try to get some data via WCF. İ created below app.config. But i face to face below Large png: http://i54.tinypic.com/mjb9j4.png[详细]
2023-02-12 08:46 分类:问答How to enable stream transfer with WCF service on Azure with Membership / Authorization?
I have hit a wall and have been pulling my hair for quite some time now. Basically, I need to create a WCF service which would have ASP.NET Membership and Authorization providers, however it needs to[详细]
2023-02-12 00:02 分类:问答WCF Throttling and Connection Limits
I have browsed the internet and stack overflow for answers but I can\'t seem to get a clear answer to my issues.[详细]
2023-02-10 13:44 分类:问答WCF PollingDuplexHttpBinding in non-Silverlight .NET app?
I am trying to implement a .NET client-application which is connecting to a web service. The clients may sit behind firewalls or have no public 开发者_运维知识库IP addresses from the service perspecti[详细]
2023-02-09 05:40 分类:问答How to create custom WCF binding which effectively reverses the communication?
I have Server sending requests to Agents. When the agent has something to say it sends replies to Server. All is clear and simple.[详细]
2023-02-08 15:41 分类:问答Best way to speak to WCF windows service from other PCs and Unix?
Hi I want to create a windows service that speaks to a low speed peic开发者_开发技巧e of USB hardware connected to a desktop PC.[详细]
2023-02-07 19:33 分类:问答Deploying WCF Service with both http and https bindings/endpoints
I\'ve written a WCF web service for consumption by a Silverlight app.Initially, the service only required a basic http binding.We now need to be able to deploy the service for use under both http and[详细]
2023-02-07 04:21 分类:问答WCF sessions with a wsHttpBinding and without windows security
I need to create a WCF service that is hosted in IIS, uses http transport and hold state in the server’s memory. While I’m aware that stateful services aren\'t a good idea, this last constrain is ne[详细]
2023-02-06 06:58 分类:问答