Top "Svcutil.exe" questions

The ServiceModel Metadata Utility tool (SVCUTIL.

Why do I get ActionNotSupportedException for my WCF client/service?

I'm learning WCF, specifically I'm learning how to write them contract first, ala wscf.blue I can create a WCF …

c# wcf xmlserializer svcutil.exe wscf
.Net 4.5 Svcutil generates two operations with the same name (Method and MethodAsync)

I am consuming a predefined wsdl with svcutil a la: svcutil some_service.wsdl one of the methods generated has …

task-parallel-library visual-studio-2012 svcutil.exe .net-4.5 async-await
How can I set a namespace without overwriting the service configuration name using SvcUtil.exe?

I'm using SvcUtil.exe to generate my WCF code, like this: SvcUtil.exe http://www.MyServer.com:8080/MyService/mex /out:"…

wcf svcutil.exe generated-code
.NET SVCUTIL does not generate namespaces properly

I have a WSDL document with 2 namespaces, and I am trying to generate proxy classes using SVCUTIL.EXE. For some …

c# .net svcutil.exe
Generating code from WSDL in WCF keeps returning message does not match the default value

Ok, this is driving me insane. I've been trying to build service implementation code from a predefined wsdl and it …

c# wcf wsdl svcutil.exe wscf
Errors/Warnings using svcutil.exe to create proxy classes for several WCF services

I'm writing a .NET 3.5 app and have control over both the WCF service and client. I'm using svcutil to generate …

c# .net wcf svcutil.exe
WCF svcutil with client certificate

I've developed a WCF service that uses transport security with a required client certificate. It is hosted on IIS 7.5 and …

wcf svcutil.exe