wcf-sessions Questions

3

I have a WCF Service currently deployed with basicHttpBindings and SSL enabled. But now i need to enable wcf sessions(not asp sessions) so i moved service to wsHttpBidnings but sessions are not ena...
Mesocarp asked 16/4, 2010 at 5:5

2

Solved

I have WCF service consumed by AJAX client using SOAP 1.2 Web.config: <endpoint address="" binding="wsHttpBinding" contract="WcfService1.IService1" bindingConfiguration="wsHttpBin"> <...
Ergotism asked 6/12, 2012 at 14:52

1

Solved

I'm in the process of writing a duplex WCF service using NetTcpBinding, and I've run into an architecture question that I think I know the answer to, but hope that I'm wrong. Our service is statef...
Vickers asked 21/10, 2011 at 19:24

2

Solved

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...
Bangle asked 22/1, 2011 at 9:26
1

© 2022 - 2024 — McMap. All rights reserved.