All Questions
Tagged with servicebehavior web-services
5 questions
2
votes
0
answers
37
views
Weird Service Behavior
To give you some background, I've been trying to modify our local hosting arrangement so that an existing WCF service is hosted in IIS locally, dispensing of the current host console application.
I ...
1
vote
1
answer
264
views
Apply service behavior to Service Reference
I have added to my web application a Service Reference to a .svc web service on a remote server.
When I call a method from this webservice i get the following error.
The server was unable to ...
2
votes
2
answers
6k
views
How to enable WCF help pages through ServiceBehavior configuration?
I am looking to enable generated Help Pages for a WCF service that is configured with a <ServiceBehavior> instead of a <EndpointBehavior>. 95% of my searches result in something to do with ...
0
votes
1
answer
1k
views
Syntax to Specify both ServiceBehavior and EndpointBehavior?
Looking at http://msdn.microsoft.com/en-us/library/ms731303.aspx, and http://msdn.microsoft.com/en-us/library/ms789007.aspx, examples are given which specify ServiceBehavior, but is there a way to ...
2
votes
1
answer
2k
views
Is the ServiceBehaviour's namespace important for web service versioning?
Simple, as that... is the ServiceBehaviour's namespace important for web service versioning? Meaning that for forward/backward compatibility of clients to server is this namespace involved in any way?
...