Is possible to access WCF Service without adding Service Reference?
I need to access Wcf service methods without adding Service Reference?how to do this?
I need to access Wcf service methods without adding Service Reference?how to do this?
I am building an asp.net application, using II6 on windows server 2003 (vps hosting).
I am confronted with an error I didn’t receive on my development machine (windows 7, iis 7.5, 64 bit).
Ok, I’ve read every thread & question I can find with this error and surprisingly have not found a solution. I’m trying to require Windows authentication on my IIS hosted WCF service (.NET 4.0) which, until now, has been optional. I have had a Windows authentication enabled endpoint available on the server for a while with several remote applications successfully using it. I’m now trying to switch our web applications and other server apps that use the WCF service over to this secured endpoint by giving them the exact same client configuration as the working remote clients, but the server apps are receiving a 401 with the message:
I have a WCF service that has the following code in Global.asax:
I have somewhat of a problem.
My old webserver (windows 2003) have been replaced, with a 2008 R2. I have been given an admin account on it, and can do whatever I want, but I am no expert on this area.
I configured the roles to have application developement and Web server (iis7).
This is maybe a really simple question, but I couldn’t locate an answer:
I use [DataMember(IsRequired=true)] to make the DataContract properties required. There doesn’t seem to be some IsRequired for the OperationContract parameters. How do I make them required and not allow null?
Im trying to create my first WCF restful service.
In VS2010 I open weddingservice.svc and then hit F5. A browser opens to http://localhost:50043/weddingservice.svc
But there, this is the error I get:
I am planning a SaaS system, to be written in C#, ASP.NET using WCF that has two separate components: