wcf-configuration Questions
2
Solved
In a WCF service I have an endpoint binding set as wsHttpBinding. However when I use Visual Studio to Add Service Reference my clients app.config shows the binding as basicHttpBinding. Does anybody...
Twittery asked 4/1, 2011 at 21:1
17
I recently created a WCF service (dll) and a service host (exe). I know my WCF service is working correctly since I am able to successfully add the service to WcfTestClient.
However, I seem to be...
Lurdan asked 24/2, 2010 at 19:27
3
I have create a EndpointAddress like that
EndpointAddress address = new EndpointAddress("http://example.com/services/OrderService.svc");
But I could not add the Behavior to this Endpoint program...
Alga asked 27/1, 2011 at 4:13
4
I'm trying to set up client impersonation on my service.
I need to set a value for the servicePrincipalName of my services endPoint
I'm looking at this MSDN article but still cannot quite figure...
Wheaten asked 18/8, 2009 at 6:42
2
Solved
I have added reference to a WCF service that has two end points. On adding the service the following get added to the Config file:
<client>
<endpoint name="ABCServiceV1" address="http://...
Candor asked 16/1, 2013 at 22:55
5
Solved
My client/server application is using WCF for communication, which has been great. However one shortcoming of the current architecture is that I must use known type configuration for certain transm...
Walhalla asked 21/4, 2009 at 8:12
5
Solved
I have been getting the following error trying to access my WCF service.
'Maximum number of items that can be serialized or deserialized in an object graph is '65536'. Change the object graph o...
Nuclease asked 12/7, 2013 at 19:13
1
Solved
I have hosted my service on IIS.
Hosted service has applied SSL certificate and on browse of URL, it appears with HTTPS.
But, when i do consume this URL into client application (ASP.NET WEB Appli...
Topside asked 6/11, 2014 at 16:43
6
Solved
I'm trying to follow along with the demo videos on the beginners to WCF page on MSDN.
The first video worked more or less fine. I'm now towards the end of the second video. I am using VS2010 / .NE...
Usually asked 25/10, 2011 at 15:3
2
Solved
I am writing a WCF service requires impersonate and session.
It is ok when I tried to call it on my local machine, but on the remote machine it always failed with such error:
Security Support P...
Hutchinson asked 13/3, 2012 at 11:34
2
Solved
I am having WCF configuration woes. I have a WCF Webservice that I want to be able to access through a web browser using GET parameters (and eventually in PHP with simplexml_load_file()). My Visual...
Bedraggled asked 27/7, 2012 at 18:50
6
Solved
I'm developing a web application (ASP.NET 3.5) that will consume a number of web services. I have created a separate dll-project for each web service: these projects contains the service reference ...
Napier asked 2/2, 2009 at 11:37
3
Solved
I've got a Windows Service that makes use of a plugin system. I'm using the following code in the plugin base class to provide a separate configuration per DLL (so it'll read from plugin.dll.config...
Gregorio asked 18/2, 2011 at 19:56
3
Solved
I have searched the web for resolution of this error, but everything I have found suggests what I have is correct.
Maybe someone could take a look and spot an obvious mistake I just cannot see.
I...
Aleen asked 6/10, 2010 at 11:10
3
Solved
I am trying to use the WCF streaming with Message Contracts, because I need additional parameters beside the stream itself.
Basically I am creating a file upload and download service, with some ad...
Bethanie asked 27/8, 2009 at 9:14
2
Solved
I am trying to use third-party web service (php-based) in asp.net c# application, and failed with service configuration.Already tried add service/web reference - all the same error :
The content...
Patron asked 21/6, 2012 at 9:35
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
3
Solved
I want to know as to how to configure known types in WCF. For example, I have a Person class and an Employee class. The Employee class is a sublass of the Person class. Both class are marked with a...
Kapor asked 18/2, 2009 at 8:10
2
Solved
I'm trying to specify a known type in my config, but I'm having problems with the fact that it derives from Object. I can make it work specifying the known type via attribute. But in this case I ne...
Bolanos asked 30/6, 2010 at 16:19
2
Solved
Looking to make a Client that sends serialized Message objects back to a server via WCF.
To make things easy for the end-developer (different departments) would be best that they didn't need to kn...
Id asked 17/6, 2009 at 22:4
1
Solved
This article explain how to configure a namespace reservation for a user using netsh.exe as follows:
netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\user
The parameter user= is said t...
Kanal asked 3/11, 2009 at 21:17
4
Solved
I have a Silverlight application in which I would like to call a WCF service. When calling the service I receive the following response from the server:
415 Cannot process the message because th...
Upolu asked 29/1, 2009 at 23:3
1
© 2022 - 2024 — McMap. All rights reserved.