Questions tagged [isoneway]
19 questions
0
votes
0 answers
One-way WCF call using netTcpBinding: add OneWayBindingElement through configuration
I want to implement a one-way, fire-and-forget call from an ASP.NET application to a WCF service (hosted in a Windows Service). It's a long-running operation at the service-side (otherwise I would just do it inside the ASP.NET application) so the…

Vincent Sels
- 2,711
- 1
- 24
- 31
0
votes
1 answer
How to Test OneWay WCF Operations with Fitnesse
In our current application we are trying to use WCF netMSMQBinding which needs an Operation Contract to be marked as One Way.
We are also trying to use Fitnesse as our test engine, In our test case we need to test the scenario end to end, which…

Nitin Midha
- 2,258
- 20
- 22
0
votes
1 answer
HttpContext.Current.User is null when IsOneWay = true
I have wcf services. Some of them are one way, some are not.
Those that are not one way work with forms authentication and i get HttpContext.Current.User.
Those that are one way get a null in HttpContext.Current.User.
How to fix?
I am using ASP.NET…

taminov
- 591
- 7
- 23
0
votes
1 answer
How to call IsOneWay WCF Service and Properly Close Client
I'm very new to WCF and I've setup a test website and service. I'm trying two accomplish two things:
Call the service without blocking the user
Close the client properly
I created a webservice and gave it the isoneway attribute. I've managed…

mga911
- 1,536
- 1
- 16
- 33