Questions tagged [wcf-behaviour]
34 questions
0
votes
1 answer
what is the point of defining service endpoints in a WCF service itself when a self-hosted host application can't even use it
I am totally new to WCF and I am still learning the basics. What I've learned so far was that I can create a service and configure its endpoints and behaviors in the service's config file. And when I run my service through visual studio, a default…

roostaamir
- 1,928
- 5
- 24
- 51
0
votes
1 answer
WCF Behavior Extension to BizTalk WCF-WebHttp Send Port not populating Date Http Header
I have a BizTalk 2013 app (not R2) that needs to send a Json document to an external vendor's RESTful api. The vendor requires three Http headers:
Content-Type: application/json
Date: in ISO8601 UTC format
Authorization: custom auth. using a…
0
votes
2 answers
WCF json error handler causes exception
I have two behaviors configured in my endpoint:
One is for json serialization which is basically very similar to the exmaple here.
What's important there is the following:
public class NewtonsoftJsonBehaviorExtension : BehaviorExtensionElement
{
…

julius_am
- 1,422
- 2
- 23
- 42
-2
votes
1 answer
What do you think is the most beautiful thing about WCF?
Does WCF make your life easier or harder? Do you think it's beautiful in nature or should you avoid its ugliness like the plague?
I like the idea of supporting REST + SOAP interfaces with simple binding configurations (ala webHttpEndpoint /…

SliverNinja - MSFT
- 31,051
- 11
- 110
- 173