wcf-extensions Questions

11

Solved

I have a solution that contains two projects. One project is an ASP.NET Web Application Project, and one is a class library. The web application has a project reference to the class library. Neithe...
Hepzi asked 3/10, 2008 at 23:44

1

I have a WCF service running in IIS 8.5 on Windows Server 2012 R2 with AppPool Integrated. I open url in the server: http://localhost:50123/MyService.svc I have HTTP 500 Internal Server Error. (...
Chevrotain asked 8/7, 2018 at 6:40

5

I'm trying to catch regular exceptions from a WCF service in a Silverlight client application. For that I've included the respective changes in my WCF service as given in this MSDN article. But wh...
Touching asked 13/1, 2011 at 6:20

2

Solved

I defined a class in my project which overrides IDispatchMessageInspector and I added the configuration related but it's doesn't work System.Configuration.ConfigurationErrorsException: The type...
Disenthrone asked 28/5, 2012 at 15:50

2

Some context: We have a custom XSD and generate the WSDL and C# code using WSCF.blue. The client side uses ChannelFactory<T> and shares the interface which includes all the attributes added b...
Precision asked 18/4, 2014 at 18:56

1

Solved

I'm code reviewing a WCF service. In the header of each message we inject data that the service is going to use later to build a connection string to a DB. That's because the service is going to be...
Siding asked 10/10, 2013 at 9:34

1

Recently, I was exploring some way to log any requests/responses that my WCF service handles. Before that I have some bad experience with an trace option. Nowadays, I don't know yet how to get ac...
Peckham asked 28/11, 2012 at 3:41

1

I'm trying to gain a better understanding of WCF's dispatch process in particular the impact and effect on the various extensibility points. From the web pages listed at the bottom, it appears that...
Anabasis asked 6/12, 2009 at 5:1

1

Solved

In my WCF project I need to use custom headers in responses so I implemented IDispatchMessageInspector. Honestly all works pretty fine, but I'm disturbing about one little thing. The thing is that...
Postmeridian asked 20/1, 2011 at 16:23

1

Solved

I've been learning and building JSONP Web services using WCF on fx3.5. You can read some of the trials I had at .NET ASMX - Returning Pure JSON? I finally got a sample running but now I am I am dov...
Cozen asked 17/12, 2009 at 23:16
1

© 2022 - 2024 — McMap. All rights reserved.