servicebehavior Questions

8

Solved

When I try to call a WCF service I am getting the following message "An error occurred when verifying security for the message." When I remove the custom authenication the service works no problem...
Joannajoanne asked 21/9, 2010 at 23:26

5

Solved

I am receiving the following error on a WCF call: Maximum number of items that can be serialized or deserialized in an object graph is '65536' I've read a ton of forum posts and many of them ...
Ravelment asked 19/9, 2011 at 20:22

1

The situation We are implementing different sort of security on some WCF service. ClientCertificate, UserName & Password and Anonymous. We have 2 ServiceBehaviorConfigurations, one for httpB...
Felisafelise asked 6/9, 2012 at 7:6

1

I am having issues specifying the dataContractSerializer maxItemsInObjectGraph in host's web.config. <behaviors> <serviceBehaviors> <behavior name="beSetting"> <serviceMe...

2

Solved

I have an issue with my wcf service config. I would like every call to my service create a new instance of the service. For the concurrency I would like to one call is finished before another star...
Neve asked 19/8, 2011 at 13:53

1

Solved

I am trying to Plug Unity into a WCF Service Library with a Service Behavior. I need a simple bare bones example of a Service Behavior. All I want to do is setup my IOC Unity Container on startup...
Anorthosite asked 30/6, 2011 at 19:19
1

© 2022 - 2024 — McMap. All rights reserved.