Tagged Questions

1
vote
0answers
159 views

Do you need to open client firewall for WS-AT to work with WCF?

I am getting the following error trying to communicate from WCF -> WCF across the internet with a SSL certificate. I have 'No authentication required' checked in the WS-AT configuration on the server. ...
1
vote
1answer
528 views

Why WCF needs DTC for transaction flow?

I wonder why WCF needs MSDTC configured and started on both client and server, when I use transaction flow. (with network access enabled) After all, transactions in WCF are managed though SOAP ...
0
votes
1answer
138 views

Did anybody use WS-AtomicTransaction protocol to propagate transactions in WCF over the Internet?

Just curious, did anybody use WS-AT protocol to propagate transactions in WCF over the Internet in production(wsHttpBinding)? Is it hard to deploy/support? Is it a good approach to keep a WS-AT port ...